chiark / gitweb /
Bugfixes. tellme cmd
[ircbot] / irccore.tcl
index d984906d913da0c0c23fc649b90f06803127f377..069743e54f046cfc938e192f803909289151ef82 100644 (file)
@@ -140,6 +140,10 @@ proc sendout {command args} { eval sendout_priority [list 0 $command] $args }
 proc log {data} {
     puts $data
 }
+    
+proc log_intern {what data} {
+    puts "[clock seconds] ++ $what $data"
+}
 
 proc logerror {data} {
     log $data