From: Giuseppe Bilotta Date: Wed, 16 Aug 2006 23:27:58 +0000 (+0000) Subject: Minor whitespace cleanup X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=3172e67983a3b563432c3546cb853f2f5fca54e3;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git Minor whitespace cleanup --- 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|