]> jfr.im git - irc/borknet/trunk.git/blob - bot.conf
Q: Removed the '!' at the end of the line directly giving the userpassword
[irc/borknet/trunk.git] / bot.conf
1 # 01000010 01101111 01110010 01101011 01001110 01100101 01110100
2 #
3 # 888888b. 888 888b 888 888
4 # 888 "88b 888 8888b 888 888
5 # 888 .88P 888 88888b 888 888
6 # 8888888K. .d88b. 888d888 888 888 888Y88b 888 .d88b. 888888
7 # 888 "Y88b d88""88b 888P" 888 .88P 888 Y88b888 d8P Y8b 888
8 # 888 888 888 888 888 888888K 888 Y88888 88888888 888
9 # 888 d88P Y88..88P 888 888 "88b 888 Y8888 Y8b. Y88b.
10 # 8888888P" "Y88P" 888 888 888 888 Y888 "Y8888 "Y888
11 #
12 #
13 # The BorkNet Services Core config file
14 #
15 # only change what's after the = sign.
16 # if you want to add comment lines, use #
17 #
18
19 #
20 # Settings about the Server itself
21 #
22
23 # the name of the server
24 description=BorkNet Services
25
26 # the services displayed nick
27 nick=O
28
29 # the servers ident
30 ident=operserv
31
32 # the servers host
33 host=services.borknet.org
34
35 # the network's name
36 network=BorkNet
37
38 #
39 # Settings about the connection to your main ircd
40 #
41
42 # server to connect to
43 server=127.0.0.1
44
45 # port to connect to
46 port=4400
47
48 # password to connect
49 pass=uberpass
50
51 # the server numeric (unique in network)
52 numeric=]O
53
54 #
55 # Settings about reporting
56 #
57
58 # channel to report to
59 reportchan=#coder-com
60
61 # should I report all connects and disconnects?
62 reportconn=true
63
64 # list of ip's you want to ignore (eg. Searchirc)
65 reportignore=72.64.145.20,71.251.96.252,85.25.141.52
66
67 #
68 # mailserver settings
69 #
70 mailserver=127.0.0.1
71 mailport=25
72 mailauth=false;
73 mailuser=myuser;
74 mailpass=mypass;
75
76 #
77 # MySQL Settings
78 #
79 dbserv=127.0.0.1
80 dbuser=Ozafy
81 dbpass=somepass
82 dbtabl=borknet
83
84 #
85 # Modules to load on startup
86 # Note The Capital Letter On Each Module Name.
87 #
88 modules=G,H,Q,R,S,T,Tutor
89 # 01000010 01101111 01110010 01101011 01001110 01100101 01110100