]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/karma.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / karma.rb
index ad5f57a27dc9c1d151f32915fad2a8603eae66fc..060e743ec9687bd02406f9b6220f8fec97eeb189 100644 (file)
@@ -55,7 +55,7 @@ class KarmaPlugin < Plugin
     @registry[thing] = params[:val].to_i
     karma(m, params)
   end
-  
+
   def help(plugin, topic="")
     "karma module: Listens to everyone's chat. <thing>++/<thing>-- => increase/decrease karma for <thing>, karma for <thing>? => show karma for <thing>, karmastats => show stats. Karma is a community rating system - only in-channel messages can affect karma and you cannot adjust your own."
   end