X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/blobdiff_plain/fdab59fb4c338e5279c00d66ca18231586f36d53..09c94f5b71689d03f22f54bb7a478b3e8dc1013d:/bot.tcl diff --git a/bot.tcl b/bot.tcl index 8f25e29..0111363 100755 --- 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