]> git.donarmstrong.com Git - infobot.git/commit
- renamed Factoids/Misc.pl to Factoids/Core.pl
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 2 Oct 2001 12:49:51 +0000 (12:49 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 2 Oct 2001 12:49:51 +0000 (12:49 +0000)
commit2f0b123692c10ed3e8971aec953c45f4be3574ea
tree7ee20ea4f34493a43af874b7c389148cfb98da5b
parent24191aafe4058c8cad9f9ded16c182366d4c0e78
- renamed Factoids/Misc.pl to Factoids/Core.pl
- removed db_sql.pl (basically moved to logger.pl)
- seen is now case insensitive
- missed one more instance of new dbReplace
- moved factoid specific stuff out of db_*.sql to Factoids/DBCommon.pl
- typo in pgsql.pl, kill me!
- typo in dict
--- thanks to lear!

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@516 c11ca15a-4712-0410-83d8-924469b57eb5
12 files changed:
blootbot/src/CommandStubs.pl
blootbot/src/Factoids/Core.pl [new file with mode: 0644]
blootbot/src/Factoids/DBCommon.pl
blootbot/src/Factoids/Misc.pl [deleted file]
blootbot/src/IRC/Schedulers.pl
blootbot/src/Misc.pl
blootbot/src/Modules/Dict.pl
blootbot/src/db_mysql.pl
blootbot/src/db_pgsql.pl
blootbot/src/db_sql.pl [deleted file]
blootbot/src/logger.pl
blootbot/src/modules.pl