-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig_example.ini
More file actions
35 lines (34 loc) · 1.79 KB
/
config_example.ini
File metadata and controls
35 lines (34 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#ttServerManager example configuration file/configuration documentation
##any options marked as #o: are optional, any options that are not marked as such are needed.
##it does not matter what order the options are in, as long as there is a server definition above them.
#[server <serverName>]
##defines a server, this is just for your identification, so it does not matter what you call it.
#username=<botUsername>
##the username the bot will try to log in to.
#password=<botPassword>
##the password the bot will try to use to log in.
#host=<serverHost>
##the host address of the server you want the bot to log in to.
#tcpport=<serverPort>
##the tcp port of the TeamTalk server you want the bot to log in to.
#jailchannel=/<jailchannel>/
##the channel that the bot will try to move users to wen they are jailed. You must prepend and append with a slash(/)
#o:
##nickname=<botNickname>
##the nickname the bot will set for itself, if you don't set this, it will default to serverManager.
#o:
##initialchannel=<botsChannel>
##the channel the bot will try to join apon log in. You don't need to prepend and append slashes this time. Defaults to the root channel.
#o:
##autosubscribe=true
##weather or not the bot will subscribe to intercept all admins. Defaults to true. Defaults to True.
#o:
##autoaway=False
##this option sets weather or not the bot will move users to an away channel automaticly when there status changes to away.
#o:
##awaychannel=/<awaychannel>/
##this option must be set if you have autoaway set to true. This option sets the channel that users will be moved to when there status changes to away.
#jailed={}
##this is for the bot, don't write this out or tuch it if the bot addes it to your config.
#notes:
##you can create as many servers as you want, just make sure that they all have the needed parameters.