]> jfr.im git - irc/Ozafy/borknet_p10_irc_services.git/blob - bot.conf
Readme
[irc/Ozafy/borknet_p10_irc_services.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=borkserv.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=secret
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=#twilightzone
60
61 # should I report all connects and disconnects?
62 reportconn=false
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,96.126.105.221,212.224.116.217,85.25.153.184
66
67 #
68 # Modules to load on startup
69 # Note The Capital Letter On Each Module Name.
70 #
71 modules=S,V
72
73 #
74 # List of Developers
75 # This is a list of Auth's if your developers, they'll be the
76 # only ones with access to the core
77 #
78 developers=Ozafy
79 # 01000010 01101111 01110010 01101011 01001110 01100101 01110100