]> git.donarmstrong.com Git - infobot.git/commit
- moved scripts/setup_sql.pl to src/db_mysql as &createTables()
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 13 May 2001 13:09:27 +0000 (13:09 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 13 May 2001 13:09:27 +0000 (13:09 +0000)
commit47690df49eb89098e57d1684c985a3e24c74dcc6
tree323eb461e498adcfee73313b84c204b491a45a63
parentee020b7ac18e648b59c2903d486f7088e5cfed0e
- moved scripts/setup_sql.pl to src/db_mysql as &createTables()
- &countKeys() now takes secondary option argument of column
- added &sumKey(), &dbCreateTable()
- added factoid arguments => "testfoo $blah"
- run &netsplitCheck() on on_join and on another hook.
- run &chanlimitCheck() when netsplit has "joined"
- added "factstats total" for general/total statistics on factoids.
- maths: 999! would fail; now continues properly.
- added "news stats"

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@484 c11ca15a-4712-0410-83d8-924469b57eb5
blootbot/src/Factoids/Question.pl
blootbot/src/Factoids/Update.pl
blootbot/src/IRC/Irc.pl
blootbot/src/IRC/IrcHooks.pl
blootbot/src/IRC/Schedulers.pl
blootbot/src/Modules/Factoids.pl
blootbot/src/Modules/Math.pl
blootbot/src/Modules/News.pl
blootbot/src/UserExtra.pl
blootbot/src/core.pl
blootbot/src/db_mysql.pl