]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/ircbot.rb
windows hates logging to files with : in them :p
[user/henk/code/ruby/rbot.git] / lib / rbot / ircbot.rb
index 89037255d50c490e148bfcf1bcd87074a5b9da8c..d07c4977aa9542cd94867446950a3e9b65257d95 100644 (file)
@@ -302,7 +302,7 @@ class IrcBot
     }
     @client[:unknown] = proc {|data|
       #debug "UNKNOWN: #{data[:serverstring]}"
-      log data[:serverstring], ":unknown"
+      log data[:serverstring], ".unknown"
     }
   end