summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-16 23:27:58 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-16 23:27:58 +0000
commit3172e67983a3b563432c3546cb853f2f5fca54e3 (patch)
tree605433ae2cf9fb7491d81f5c284b901557e221b1
parent80a7c488a3a79c60f933392d4758b7442b32f135 (diff)
Minor whitespace cleanup
-rw-r--r--data/rbot/plugins/keywords.rb1
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|