diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-16 23:27:58 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-16 23:27:58 +0000 |
commit | 3172e67983a3b563432c3546cb853f2f5fca54e3 (patch) | |
tree | 605433ae2cf9fb7491d81f5c284b901557e221b1 /data/rbot/plugins | |
parent | 80a7c488a3a79c60f933392d4758b7442b32f135 (diff) |
Minor whitespace cleanup
Diffstat (limited to 'data/rbot/plugins')
-rw-r--r-- | data/rbot/plugins/keywords.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rbot/plugins/keywords.rb b/data/rbot/plugins/keywords.rb index b20c824e..d963e186 100644 --- a/data/rbot/plugins/keywords.rb +++ b/data/rbot/plugins/keywords.rb @@ -209,6 +209,7 @@ class Keywords < Plugin def save @keywords.flush end + def oldsave File.open("#{@bot.botclass}/keywords.rbot", "w") do |file| @keywords.each do |key, value| |