-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
59 lines (43 loc) · 1.09 KB
/
config.ini
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
; Public stuff, change this
;command_char = '!'
; The bot's protocol
;protocol = 'irc'
; The bot's nick
;nick = 'foobot'
; The bot's username
;username = 'foobot'
; The bot's realname
;realname = 'foobot'
; The server we're connecting to, prefix with ssl:// for secure connections
server = ''
; Port of the server
;port = 6667
; Network, important for the database
;network = ''
; Comma-separated list of channels to join
; If the channel requires a key, you can use the following format:
; '#channel1 key, #channel2'
channels = ''
; Authtentication settings
; Password to use
;authpass = ''
; Login name
;authnick = ''
; The service's nick, usually NickServ
;authserv = 'NickServ'
; The command we're supposed to use, usually identify or id
;authcmd = 'id'
; Debug mode
;debug_mode = false
; Debug channel
;debug_channel = '#foobot2-debug'
; IP address to listen on (important for DCC)
;listen_addr = ''
; Port for DCC connections
;dcc_port = 3333
; Main channel
;main_channel = ''
; Prevent the autoloading of some plugins (comma-separated)
; plugin_blacklist = ''
; Default timezone
; timezone = 'UTC'