diff options
author | Matthias Hecker <apoc@geekosphere.org> | 2015-06-13 19:48:43 +0200 |
---|---|---|
committer | Matthias Hecker <apoc@geekosphere.org> | 2015-06-13 19:48:43 +0200 |
commit | b5040a12cc6a6aebd605de38690e10269ca37ef6 (patch) | |
tree | 45d6c9ebbc6cd6b483471e844280eeb91d673666 /lib/rbot | |
parent | 6596fa8275c1914ab195d9141536d5d6c2d2c741 (diff) |
logging, irc fix loglevel i messed up
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/irc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/irc.rb b/lib/rbot/irc.rb index 866242dd..17b7bc3e 100644 --- a/lib/rbot/irc.rb +++ b/lib/rbot/irc.rb @@ -640,7 +640,7 @@ module Irc def initialize(str="", opts={}) # First of all, check for server/casemap option # - warning 'new netmask "%s" casemap=%s server=%s server#casemap=%s' % [ + debug 'new netmask "%s" casemap=%s server=%s server#casemap=%s' % [ str, (opts[:casemap].class.to_s rescue 'null'), (opts[:server].hostname.to_s rescue 'null'), |