]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Say, I should check for such horribly stupid typos when committing ... fix after...
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 29 Aug 2006 07:27:20 +0000 (07:27 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 29 Aug 2006 07:27:20 +0000 (07:27 +0000)
data/rbot/plugins/topic.rb

index 753d2bad2209e25b9c6351c48c6a1f1780bcb217..45e770669049746a23fb3da8b6aa2fcadd3d4ffa 100755 (executable)
@@ -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