]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commit
twitter plugin: twitter actions off was not working
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 25 Feb 2008 09:18:00 +0000 (10:18 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Mon, 25 Feb 2008 09:18:00 +0000 (10:18 +0100)
commit4f8c7f7187e5627319f10206579df9164768d648
tree3062c230201a32db47df262091ba9c6e13706300
parentee14034b131b68a6f213612c2a9882e942f31e47
twitter plugin: twitter actions off was not working

Since the twitter plugin is set to store strings, 'false' was stored (and
restored) as a string instead of a boolean value. Fix by deleting the key
instead of setting it to false.
data/rbot/plugins/twitter.rb