forked from milosivanovic/xbot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
xbot.sample.conf
61 lines (44 loc) · 1.25 KB
/
xbot.sample.conf
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
60
61
[network: freenode]
; servers you would like to try and connect to, in this order
; (will fallback to the next server in list upon failure to connect)
; only SSL servers are currently supported
servers = chat.au.freenode.net:7070, chat.freenode.net:7070
; your bot's desired nick
nick = xbot-nick
; if your server requires a password (NOT the NickServ one)
; use the user:password syntax here.
;server_password = user:password
; if your bot's nick is not registered, you must make this blank
password =
; administrator's nick
; used solely for sending emergency data if it is not known
; where else to send it
admin = admin-nick
; administrator's hostnames
; users with these hostnames will be able to perform admin actions
admin_hostnames = unaffiliated/xbotlover
; comma-separated list of channels to join automatically upon
; successful connection to a server
channels = #ilovexbot
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[module: botdb]
type = sqlite
path = xbot.db
; For mysql/postgres:
;type = mysql
; OR
;type = postrgesql
;host = localhost
;name = my_db
;user = my_user
;pass = my_password
[module: usage]
; Defaults: off
;orcon = on
;two_degrees = on
;td_login =
;td_pass =
[general]
; Command prefix
; Default: !
;prefix = $