chiark / gitweb /
privmsg_unlogged is supposed to return 1 to say we do not log incoming msgs
[ircbot.git] / spoutchan.tcl
index 7d934fe8a7027e4c54038bf2b77eaf69eb6388d3..3bdba2800dbd2fd88b402567766e31184a9f2646 100755 (executable)
@@ -12,7 +12,7 @@ proc connected {} {
     sendout JOIN $channel
 }
 proc new_event {} { }
-proc privmsg_unlogged {args} { }
+proc privmsg_unlogged {args} { return 1 }
 proc msg_366 {args} {
     fconfigure stdin -blocking no
     fileevent stdin readable stdinread