]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
ircbot: fix indentation error
authorfranz <Franz.Netykafka@runbox.com>
Mon, 15 Jun 2009 19:06:56 +0000 (21:06 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 26 Aug 2009 21:31:37 +0000 (23:31 +0200)
lib/rbot/ircbot.rb

index 8b4dbaeb127e2b20b2ea89f365f8b0b263a570b8..f04cb4803ff06d65335a1cfe60b5d85c7157f66a 100644 (file)
@@ -845,7 +845,7 @@ class Bot
       }
     end
     @default_send_options.update opts unless opts.empty?
-    end
+  end
 
   # checks if we should be quiet on a channel
   def quiet_on?(channel)