]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/TODO
Fixed a divide by 0 bug that occurred when you attacked, but had no
[irc/gameservirc.git] / gameserv / TODO
index 42d7d11807d545f1e62bc79b9aff8b96b6847a63..04aa1f70ae59271924ce62e74ffc7f96e612f984 100644 (file)
@@ -2,24 +2,12 @@
 - = Started
 X = Finsihed
 
-- Finish the monsters for all levels.
-
-- Make all applicable commands take the player name instead of the irc
-    nickname as their parameter. This way players can have different names
-    and stay anonymous on IRC while enjoying full game functionality.
-
 - Make an end monster for whatever the last level in the game is...
     that way the game has a point no matter how many monsters
        are done!
 
-* Make an option to switch between privmsg/notice
-
 * Make config file accept hostnames not just ips
 
-* option for gameserv oper in config file
-
-* make auto message on connect optional
-
 * Random forest quotes when you search the forest
 
 * Change your name for a price :)
@@ -28,9 +16,6 @@ X = Finsihed
 
 * Add a drop command for all(their own nick)/admin(any nick)
 
-* Add admin version of the logout command which allows them to logout 
-    anyone
-
 * Rejoin the bot if kicked/killed
 
 * Notice on database updates
@@ -117,3 +102,19 @@ X Idle time events - mobbed by the goblin gang
        X (timestamp on each player, periodic checks (config file entry), 
        X if (time(NULL) - player->idlesince >= maxidletime) then (event())
 
+X Make an option to switch between privmsg/notice
+
+X option for gameserv oper in config file
+
+X Finish the monsters for all levels.
+
+X Make all applicable commands take the player name instead of the irc
+    nickname as their parameter. This way players can have different names
+    and stay anonymous on IRC while enjoying full game functionality.
+
+X make auto message on connect optional
+
+X Add admin version of the logout command which allows them to logout 
+    anyone
+
+