[[project @ 2002-07-07 02:41:19 by unknown_lamer] unknown_lamer**20020707024119 Initial import into CVS ] { adddir ./examples addfile ./examples/bot.autoexec addfile ./examples/bot.conf addfile ./examples/bot.help addfile ./examples/bot.init addfile ./examples/bot.log addfile ./examples/bot.shit addfile ./examples/bot.users hunk ./examples/bot.autoexec 1 +(load "scripts/uptime") +(load "scripts/boulet") hunk ./examples/bot.conf 1 +# Sample configuration file for Bobot++ +# Copyright (c) 1997 Etienne BERNARD + +# Nickname of the bot +# nick = +nick = Bobot + +# Username of the bot (remember : nick!username@hostname) +# username = +username = bobot + +# IRCname of the bot (shown with /whois) +# ircname = +ircname = I'm a misconfigured bobot++ + +# Command char of the bot +# cmdchar = +cmdchar = ! + +# Filename for the bot's userlist +# userlist = +userlist = bot.users + +# Filename for the bot's shitlist +# shitlist = +shitlist = bot.shit + +# Log file +# logfile = (you can put /dev/null if you don't want logs) +logfile = bot.log + +# Server +# server = [ []] +server = irc.change.me.net + +# Channels for the bot +# channel = ::: +# Example: +# channel = #one:nt::: +# channel = &two:nst:nst: +# channel = #three:nstk key:nstk:key +# etc... +channel = #bobot:nt:: hunk ./examples/bot.help 1 +:ACTION []  +Makes the bot do an action on . + +:ADDUSER |     +Adds an user to the userlist, for a nick!user@host matching the +one given, on a channel matching the  given. +The  can be: | The  can be: | The  can be: + 0 - No level | 0 - No protection | 0 - No auto-op + 1 - User | 1 - No ban | 1 - Op on join + 2 - Trusted User | 2 - No kick | + 3 - Friend | 3 - No deop | + 4 - Master | | + +:ADDSERVER | [] +Adds the server specified by  or  to +the server list. + +:ADDSHIT |