]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/seen.rb
Make sure the bot doesn't tell to itself
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / seen.rb
index cc0c1792805a856cc7647f2e2dfa262bd2c3f29a..aec5a064fa8ebbd7c990119a71ad87a17ccbecb9 100644 (file)
@@ -79,7 +79,7 @@ class SeenPlugin < Plugin
     when "JOIN"
       ret += "joining #{saw.where}"
     when "QUIT"
-      ret += "quiting IRC (#{saw.message})"
+      ret += "quitting IRC (#{saw.message})"
     when "TOPIC"
       ret += "changing the topic of #{saw.where} to #{saw.message}"
     end