]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/deepthoughts.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / deepthoughts.rb
index b1171bae8e82db5efcb5be2481335366fe74d9b6..a6b4e80f657fa1f664b9d6efaaf09d1b7f2f1199 100644 (file)
@@ -79,7 +79,7 @@ class DeepThoughts < Plugin
     def help(plugin, topic="")
         "deepthought => think a deep thought."
     end
-    
+
     def deepthought(m, params)
         m.reply THOUGHTS.pick_one
     end