From 9fc1892ba3e5434d3e0a6fba08b6760bbe400f0e Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 29 Aug 2006 07:27:20 +0000 Subject: Say, I should check for such horribly stupid typos when committing ... fix after [462] --- data/rbot/plugins/topic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/rbot/plugins/topic.rb b/data/rbot/plugins/topic.rb index 753d2bad..45e77066 100755 --- a/data/rbot/plugins/topic.rb +++ b/data/rbot/plugins/topic.rb @@ -199,7 +199,7 @@ class TopicPlugin < Plugin k = channel.downcase if @registry.has_key?(k) && @registry[k].has_key?(:topic) topic = @registry[k][:topic] - topicset(m, channel, topicl + topicset(m, channel, topic) else m.reply "I don't remember any topic for this channel" end -- cgit v1.2.3