]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/ri.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / ri.rb
index 763dd6589c44b79e68c59c17cfc3da2c9f76003c..abecb6ec5a5966b57f52e0dd99593ae4d8715053 100644 (file)
@@ -52,7 +52,7 @@ class RiPlugin < Plugin
       return m.reply("failed to execute ri")
     end
     ret = ret.gsub(/\t/, "  ").split(/\n/).join(" ").gsub(/\s\s+/, '  ')
-    
+
     if ret.length > @bot.config['ri.max_length']
       if !m.private? && tgt.to_s != m.sourcenick
         return m.reply('entry is too long to send to the channel or to some other user, use /msg to ask me about it')