]> git.donarmstrong.com Git - infobot.git/commitdiff
#channelname factoid overrides factoid in a channel
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 9 Jul 2004 21:40:56 +0000 (21:40 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 9 Jul 2004 21:40:56 +0000 (21:40 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@998 c11ca15a-4712-0410-83d8-924469b57eb5

TODO

diff --git a/TODO b/TODO
index 2d32a5ca56f2d1f78ccc3f47e7f6e778965a6e58..322a1a76a971d5146cb6f8c0ac76281c48dbbc03 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+DONE:
+       - add handling for channel specific factoids:
+         "#botpark logs" -> http://ibot.rikers.org/botpark
 TODO:
        - let's get a release out!
        - kill SHM and and move to a pipe
@@ -8,8 +11,6 @@ TODO:
        - move channel flags to sql table, include initial state
        - move praise from blootbot.lang to "praise:<something>" in factoids?
        - move lart from blootbot.lang to "lart:<something>" in factoids?
-       - add handling for channel specific factoids:
-         "#botpark logs" -> http://ibot.rikers.org/botpark
        - all IsChanConf tests MUST be checking for >0 as -1 is possible
          there are a lot of incorrect "if(IsChanConf("foo")) instances now
        - move src/modules.pl to a built list from src/Modules/*