chiark / gitweb /
Document what TALK and ACT mean etc.
[ircbot] / bot.tcl
diff --git a/bot.tcl b/bot.tcl
index 8f25e2977983a4807d9902148ea95511124c2558..01113635984261ec7cf107ea807355c0de497859 100755 (executable)
--- a/bot.tcl
+++ b/bot.tcl
@@ -154,7 +154,7 @@ proc check_telling {nl event} {
            check_telling_core $nl talk
            check_telling_core $nl act
        }
-       act - come {
+       act {
            after 750 [list check_telling_core $nl $event]
        }
        default {
@@ -164,7 +164,7 @@ proc check_telling {nl event} {
 }
 
 proc check_telling_core {nl event} {
-    # event is `talk', `act' or `come'
+    # event is `talk' or `act'
     # When user talks we actually get talk now and act later
 FIXME - make it be called with come
 FIXME - implement all cmds