Cleaned up examples and scripts
[clinton/bobotpp.git] / examples / config / bot.conf
CommitLineData
07686d60 1# Sample configuration file for Bobot++
2# Copyright (c) 1997 Etienne BERNARD
528799bd 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)
7maxnicklength = 9
07686d60 8
9# Nickname of the bot
10# nick = <string>
528799bd 11nick = Bobot++
07686d60 12
13# Username of the bot (remember : nick!username@hostname)
14# username = <string>
9b2fe824 15username = bobot++
07686d60 16
17# IRCname of the bot (shown with /whois)
18# ircname = <string>
528799bd 19ircname = Bobot++
07686d60 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
9b2fe824 33# Filename for the Scheme Autoexec
34# autoexecfile = <filename>
35autoexecfile = bot.autoexec
36
07686d60 37# Log file
38# logfile = <filename> (you can put /dev/null if you don't want logs)
39logfile = bot.log
9b2fe824 40
41# Init File
42# initfile = <filename>
43# initfile = bot.init
07686d60 44
45# Server
46# server = <name> [<port> [<password>]]
47server = irc.freenode.net
07686d60 48
49# Channels for the bot
50# channel = <channelname>:<initial modes>:<modes to keep>:<channel key>
51# Example:
52# channel = #one:nt:::
53# channel = &two:nst:nst:
54# channel = #three:nstk key:nstk:key
55# etc...
528799bd 56channel = #bobotpp:nt:nt::