]> git.donarmstrong.com Git - infobot.git/commit
- added support of ircTextCounters - works! thanks to #perl@OPN.
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 18 May 2001 15:20:48 +0000 (15:20 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 18 May 2001 15:20:48 +0000 (15:20 +0000)
commit02dd5778cf86851ed8158551400149133843516a
tree78c073b823ce27cd52899c6fb26de1989480d2ff
parenta9f9d287fb956b24dd54e5c36bbada62bd07d85d
- added support of ircTextCounters - works! thanks to #perl@OPN.
- minor change to listkeys/vals
- changed arguments to dbGet() - this breaks dbm support.
- remove karma table - created stats table instead.
- removed pub/msg/not sleep counters.
- dbReplace supports '-' for key for non-quoted value, like slashcode
- created SARit for Reply.pl - a bit cleaner now.
- Reply: attempted to move to &dbReplace but failed :(
- factoid arguments handling now works - fixed!
- factoid arguments: created &factoidArgs() - much cleaner.
- disabled automatic deletion of backed up factoids.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@491 c11ca15a-4712-0410-83d8-924469b57eb5
16 files changed:
src/CommandStubs.pl
src/Factoids/Question.pl
src/Factoids/Reply.pl
src/Factoids/Update.pl
src/IRC/Irc.pl
src/IRC/IrcHelpers.pl
src/IRC/IrcHooks.pl
src/IRC/Schedulers.pl
src/Modules/Freshmeat.pl
src/Modules/News.pl
src/Modules/RootWarn.pl
src/Process.pl
src/UserExtra.pl
src/core.pl
src/db_dbm.pl
src/db_mysql.pl