]> 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)
commitde8d93bcbf0245962db1a764a36452e485c17f0f
tree3db98aa988536ce74881ee41be92fa910e2c23c4
parent537aa8b3cc3e6a7935a88aea99a67ed6d8caf2ed
- 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@491 c11ca15a-4712-0410-83d8-924469b57eb5
16 files changed:
blootbot/src/CommandStubs.pl
blootbot/src/Factoids/Question.pl
blootbot/src/Factoids/Reply.pl
blootbot/src/Factoids/Update.pl
blootbot/src/IRC/Irc.pl
blootbot/src/IRC/IrcHelpers.pl
blootbot/src/IRC/IrcHooks.pl
blootbot/src/IRC/Schedulers.pl
blootbot/src/Modules/Freshmeat.pl
blootbot/src/Modules/News.pl
blootbot/src/Modules/RootWarn.pl
blootbot/src/Process.pl
blootbot/src/UserExtra.pl
blootbot/src/core.pl
blootbot/src/db_dbm.pl
blootbot/src/db_mysql.pl