X-Git-Url: https://git.distorted.org.uk/~mdw/ircbot/blobdiff_plain/34c25cd7eed4ffe97ef84516e7f6586946ee4662..65aff3a3a7ac86da7aca85a10ab0193c935e6f61:/bot.tcl diff --git a/bot.tcl b/bot.tcl index 0929a0f..ab788e2 100755 --- a/bot.tcl +++ b/bot.tcl @@ -18,7 +18,7 @@ proc privmsg_unlogged {prefix ischan params} { set chan [lindex $params 0] upvar #0 chan_lastactivity([irctolower $chan]) la set la [clock seconds] - catch { recordlastseen_p $prefix "talking on $chan" 1 } + catch_logged { recordlastseen_p $prefix "talking on $chan" 1 } return 1 }