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