]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/fortune.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / fortune.rb
index 6612c11190f3554ec110feb175f1f9ba1ae2c1e2..3e2ffdf719a7b7dbd1cfa729bc280c0d1cb3fb7e 100644 (file)
@@ -31,7 +31,7 @@ class FortunePlugin < Plugin
     end
 
     return nil unless fortune
-      
+
     # Try setting the config entry
     config_par = {:key => 'fortune.path', :value => [fortune], :silent => true }
     debug "Setting fortune.path to #{fortune}"
@@ -94,7 +94,7 @@ class FortunePlugin < Plugin
     ## say 'em!
     m.reply "Fortune categories: #{categories.join ', '}"
   end
+
 end
 plugin = FortunePlugin.new
 plugin.map 'fortune categories', :action => "categories"