dms [Sat, 2 Nov 2002 15:59:07 +0000 (15:59 +0000)]
- forgot these changes to allow for +O userfile support.
so... +O => +o == +mrt (modify,remove,teach)
oh well.. it's there if anyone needs it. undocumented though.
dms [Sat, 2 Nov 2002 15:59:07 +0000 (15:59 +0000)]
- forgot these changes to allow for +O userfile support.
so... +O => +o == +mrt (modify,remove,teach)
oh well.. it's there if anyone needs it. undocumented though.
dms [Sat, 2 Nov 2002 15:41:32 +0000 (15:41 +0000)]
- added support/hack for channel +o as "+o" in bot user file.
requires +O in user file for this to be activated.
- converted most instances of &rawout() to $conn->function();
- typo for default userHandle. woops.
- uptimeWriteFile() should work now; use IsChanConf() instead.
- fixed channel key support. forgot about it when we changed over to
Net::IRC.
- added support for Q on quakenet.org - can be adapted for other servers
I guess.
- added el-cheapo throttling to $conn->notice() in News module.
TODO: implement this in our ¬ice() + &msg() functions.
dms [Sat, 2 Nov 2002 15:41:32 +0000 (15:41 +0000)]
- added support/hack for channel +o as "+o" in bot user file.
requires +O in user file for this to be activated.
- converted most instances of &rawout() to $conn->function();
- typo for default userHandle. woops.
- uptimeWriteFile() should work now; use IsChanConf() instead.
- fixed channel key support. forgot about it when we changed over to
Net::IRC.
- added support for Q on quakenet.org - can be adapted for other servers
I guess.
- added el-cheapo throttling to $conn->notice() in News module.
TODO: implement this in our ¬ice() + &msg() functions.
dms [Tue, 29 Oct 2002 15:02:18 +0000 (15:02 +0000)]
- berkeley dbm support now works! thanks to tim riker.
- moved shmFlush(),getChanConfDefault out of Scheduler.pl to
where they should belong, to allow CLI support without need of
IRC/*.pl.
- disable seen/dcc if interface is not IRC.
- Debian: unlink file if it's corrupted.
dms [Tue, 29 Oct 2002 15:02:18 +0000 (15:02 +0000)]
- berkeley dbm support now works! thanks to tim riker.
- moved shmFlush(),getChanConfDefault out of Scheduler.pl to
where they should belong, to allow CLI support without need of
IRC/*.pl.
- disable seen/dcc if interface is not IRC.
- Debian: unlink file if it's corrupted.
dms [Mon, 13 May 2002 14:07:04 +0000 (14:07 +0000)]
- added weather from Nathan Moschkin <logeist@guinerd.myip.org>. Thanks!
- performStrictReply => pSR()
- now we can disable shared memory "noSHM", although not recommended.
- new sysdump added.
dms [Mon, 13 May 2002 14:07:04 +0000 (14:07 +0000)]
- added weather from Nathan Moschkin <logeist@guinerd.myip.org>. Thanks!
- performStrictReply => pSR()
- now we can disable shared memory "noSHM", although not recommended.
- new sysdump added.
dms [Sat, 9 Mar 2002 14:40:23 +0000 (14:40 +0000)]
- Manually applied patch from Morten Brix Pedersen. Thanks.
- replaced useStrict with commented "use strict;"
- hash ignore typo. Oops :)
- minor cosmetic update
- declare variables with "my" in certain local files.
- use mkdir instead of system("mkdir"). Forgot about this one.
dms [Sat, 9 Mar 2002 14:40:23 +0000 (14:40 +0000)]
- Manually applied patch from Morten Brix Pedersen. Thanks.
- replaced useStrict with commented "use strict;"
- hash ignore typo. Oops :)
- minor cosmetic update
- declare variables with "my" in certain local files.
- use mkdir instead of system("mkdir"). Forgot about this one.
dms [Tue, 19 Feb 2002 12:27:08 +0000 (12:27 +0000)]
- patch from Morten Brix Pedersen:
* Moved around in sample.config, the most important things are now
in the top. So it's easy to "get started" with a simple bot.
* Changed top comments in blootbot.servers
* Modified some messages to console to be more descriptive. Now it
just prints the right error using the $! variable.
- removed ircII.servers
dms [Tue, 19 Feb 2002 12:27:08 +0000 (12:27 +0000)]
- patch from Morten Brix Pedersen:
* Moved around in sample.config, the most important things are now
in the top. So it's easy to "get started" with a simple bot.
* Changed top comments in blootbot.servers
* Modified some messages to console to be more descriptive. Now it
just prints the right error using the $! variable.
- removed ircII.servers
dms [Mon, 18 Feb 2002 12:27:43 +0000 (12:27 +0000)]
- Another patch from Morten Brix Pedersen <morten@wtf.dk>:
* The comments/settings you mentioned in sample.config.broken is now
merged into sample.config.
* Set debugging to 0 in sample.config
* setup/setup.pl was trying to add the database twice which caused
a lot of errors, remove redundant code
* INSTALL file now points at blootbot.servers instead of ircII.server
* Changed some messages printed to console
* Update INSTALL.patches and remove reference to old Net::IRC patch
* Update README.quick slightly
- Parts of patch not included or slightly modified.
dms [Mon, 18 Feb 2002 12:27:43 +0000 (12:27 +0000)]
- Another patch from Morten Brix Pedersen <morten@wtf.dk>:
* The comments/settings you mentioned in sample.config.broken is now
merged into sample.config.
* Set debugging to 0 in sample.config
* setup/setup.pl was trying to add the database twice which caused
a lot of errors, remove redundant code
* INSTALL file now points at blootbot.servers instead of ircII.server
* Changed some messages printed to console
* Update INSTALL.patches and remove reference to old Net::IRC patch
* Update README.quick slightly
- Parts of patch not included or slightly modified.
dms [Sat, 16 Feb 2002 12:16:49 +0000 (12:16 +0000)]
- patch from Morten Brix Pedersen <morten@wtf.dk>. Thanks!
- documentation and code update for setting up of bot.
- minor update to help file.
- stats.sql to support channel (code supports with or without channel
column, from memory)
- ircII.servers changed to blootbot.servers
'ln -fs ircII.servers blootbot.servers' for the lazy.
- setup/setup.pl now runs! but does it work?
- debian: cosmetic code update.
dms [Sat, 16 Feb 2002 12:16:49 +0000 (12:16 +0000)]
- patch from Morten Brix Pedersen <morten@wtf.dk>. Thanks!
- documentation and code update for setting up of bot.
- minor update to help file.
- stats.sql to support channel (code supports with or without channel
column, from memory)
- ircII.servers changed to blootbot.servers
'ln -fs ircII.servers blootbot.servers' for the lazy.
- setup/setup.pl now runs! but does it work?
- debian: cosmetic code update.