[project @ 2005-07-07 21:19:26 by unknown_lamer]
[clinton/bobotpp.git] / examples / bot.conf
1 # Sample configuration file for Bobot++
2 # Copyright (c) 1997 Etienne BERNARD
3 # Copyright (C) 2003,2005 Clinton Ebadi (Heavily modified)
4
5 # Maximum Nickname Length that the bot will consider valid
6 # maxnicklength = <positive integer> (default = 9)
7 maxnicklength = 9
8
9 # Nickname of the bot
10 # nick = <string>
11 nick = Bobot++
12
13 # Username of the bot (remember : nick!username@hostname)
14 # username = <string>
15 username = lamerbot
16
17 # IRCname of the bot (shown with /whois)
18 # ircname = <string>
19 ircname = Bobot++
20
21 # Command char of the bot
22 # cmdchar = <char>
23 cmdchar = !
24
25 # Filename for the bot's userlist
26 # userlist = <filename>
27 userlist = bot.users
28
29 # Filename for the bot's shitlist
30 # shitlist = <filename>
31 shitlist = bot.shit
32
33 # Log file
34 # logfile = <filename> (you can put /dev/null if you don't want logs)
35 logfile = bot.log
36
37 # Server
38 # server = <name> [<port> [<password>]]
39 server = irc.freenode.net
40
41 # Channels for the bot
42 # channel = <channelname>:<initial modes>:<modes to keep>:<channel key>
43 # Example:
44 # channel = #one:nt:::
45 # channel = &two:nst:nst:
46 # channel = #three:nstk key:nstk:key
47 # etc...
48 channel = #bobotpp:nt:nt::