helpinfos: Customize for local installation.
[ircbot] / spoutchan.tcl
index 7d934fe..3bdba28 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