summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-04-08 10:26:50 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-04-08 10:26:50 +0000
commit42045b5df29519cb4307ac433c6fd0d4ba5f157b (patch)
treefa1574926ec78c1eaeef308d0dc5e4824316459e /lib
parent68ec8db1b2a05eb033346bf7c3247a52fa1bf4b6 (diff)
ircbot: do not use debug in sendmsg() because it breaks script. script plugin: handle all Exceptions.
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/ircbot.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb
index 649c02ed..619150fb 100644
--- a/lib/rbot/ircbot.rb
+++ b/lib/rbot/ircbot.rb
@@ -902,7 +902,6 @@ class Bot
else
lines = all_lines
end
- debug lines.inspect
lines.each { |line|
sendq "#{fixed}#{line}", chan, ring