[project @ 2005-07-07 21:19:26 by unknown_lamer]
[clinton/bobotpp.git] / examples / bot.conf
index b8753a6..82053c6 100644 (file)
@@ -1,22 +1,22 @@
 # Sample configuration file for Bobot++
 # Copyright (c) 1997 Etienne BERNARD
-# Copyright (C) 2003 Clinton Ebadi (Heavily modified)
+# Copyright (C) 2003,2005 Clinton Ebadi (Heavily modified)
+
+# Maximum Nickname Length that the bot will consider valid
+# maxnicklength = <positive integer> (default = 9)
+maxnicklength = 9
 
 # Nickname of the bot
 # nick = <string>
-nick = TestBot
+nick = Bobot++
 
 # Username of the bot (remember : nick!username@hostname)
 # username = <string>
 username = lamerbot
 
-# Maximum nick length of the bot (default to 9)
-# maxnicklength = <positive integer>
-maxnicklength = 9
-
 # IRCname of the bot (shown with /whois)
 # ircname = <string>
-ircname = Scheme Me!
+ircname = Bobot++
 
 # Command char of the bot
 # cmdchar = <char>
@@ -37,8 +37,6 @@ logfile = bot.log
 # Server
 # server = <name> [<port> [<password>]]
 server = irc.freenode.net
-#server = trollaxor.com
-#server = irc.oftc.net
 
 # Channels for the bot
 # channel = <channelname>:<initial modes>:<modes to keep>:<channel key>
@@ -47,4 +45,4 @@ server = irc.freenode.net
 # channel = &two:nst:nst:
 # channel = #three:nstk key:nstk:key
 # etc...
-channel = #bobot:nt:nt::
+channel = #bobotpp:nt:nt::