]> 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)
commit3192b5c2d5d0f4218b2e4a41f81827bca445ee0c
treeb8e88815ed535660e71a27ae16e997a1124337ab
parente6e2a894b2a90a2161bb6065cc190e42e327aaac
- 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/blootbot@516 c11ca15a-4712-0410-83d8-924469b57eb5
12 files changed:
src/CommandStubs.pl
src/Factoids/Core.pl [new file with mode: 0644]
src/Factoids/DBCommon.pl
src/Factoids/Misc.pl [deleted file]
src/IRC/Schedulers.pl
src/Misc.pl
src/Modules/Dict.pl
src/db_mysql.pl
src/db_pgsql.pl
src/db_sql.pl [deleted file]
src/logger.pl
src/modules.pl