From 78e98dae69df36bbceed2e55220eee1647932cb9 Mon Sep 17 00:00:00 2001 From: Dmitry Kim Date: Sun, 12 Aug 2007 19:55:43 +0000 Subject: * (ircbot) fatal typo in :badnick handler --- lib/rbot/ircbot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbot') diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index 1e92c301..bb9c530d 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -569,7 +569,7 @@ class Bot @plugins.delegate "nicktaken", data[:nick] } @client[:badnick] = proc {|data| - arning "bad nick (#{data[:nick]})" + warning "bad nick (#{data[:nick]})" } @client[:ping] = proc {|data| sendq "PONG #{data[:pingid]}" -- cgit v1.2.3