diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-29 07:27:20 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-29 07:27:20 +0000 |
commit | 9fc1892ba3e5434d3e0a6fba08b6760bbe400f0e (patch) | |
tree | 482c0b8cbdb4ab7418540afe2ffdd1ae85461a60 /data | |
parent | 8d9e595b2139723354f11141c819e44c80995e70 (diff) |
Say, I should check for such horribly stupid typos when committing ... fix after [462]
Diffstat (limited to 'data')
-rwxr-xr-x | data/rbot/plugins/topic.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |