]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/twitter.rb
geoip plugin: had to change host name of the new lookup server
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / twitter.rb
index 0aabe660fac4ae5d79434728461e7feeca205195..a5ca23f87a16ae1d6e1b8ba0fdc1b93d0c578ec7 100644 (file)
@@ -165,7 +165,7 @@ class TwitterPlugin < Plugin
       @registry[m.sourcenick + "_actions"] = true
       m.okay
     when 'off'
-      @registry[m.sourcenick + "_actions"] = false
+      @registry.delete(m.sourcenick + "_actions")
       m.okay
     else
       if @registry[m.sourcenick + "_actions"]