]> git.donarmstrong.com Git - infobot.git/commit
- irctextcounters: add percentage to top3
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 10 Jun 2001 13:09:44 +0000 (13:09 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 10 Jun 2001 13:09:44 +0000 (13:09 +0000)
commitc53a047e7a5f63c954a2ce515687a937ca8720f3
tree1ce5720aa2f7fad2b6b20551abd4422f94bb7f49
parent2d050e260224ba7bdaf92ee1f9b2cffdc2c9f006
- irctextcounters: add percentage to top3
- use &dbQuote() for all unprotected dbGet calls.
- added rehashConfVars() - the beginning.
- now keep stats of all commands - saved on exit.
- forget: check if backup exists - don't overwrite if it does.
- typo in nslookup/dns var.
- added dbGetColNiceHash - not used.
- dbSetRow: values now parsed by reference; $delay now works
- removed getKeys()
- factArgs: sort list from longest to shortest
- factArgs: go through all CMDs and check for possible dupes
- factArgs: when SARing, doing /g - found by greycat.
- schedule ircCheck more often
- chanlimitcheck: removed next statement, should work now
- renamed "factstats broken" to vandalism.
- fm: disabled table locking; enabled DELAYED INSERTs
- news: show time when next item should expire

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@508 c11ca15a-4712-0410-83d8-924469b57eb5
19 files changed:
src/CommandStubs.pl
src/DynaConfig.pl
src/Factoids/DBCommon.pl
src/Factoids/Question.pl
src/Factoids/Reply.pl
src/Factoids/Update.pl
src/IRC/IrcHooks.pl
src/IRC/Schedulers.pl
src/Misc.pl
src/Modules/Debian.pl
src/Modules/Factoids.pl
src/Modules/Freshmeat.pl
src/Modules/News.pl
src/Modules/RootWarn.pl
src/Modules/UserDCC.pl
src/Process.pl
src/UserExtra.pl
src/core.pl
src/db_mysql.pl