From: franz Date: Mon, 15 Jun 2009 19:06:56 +0000 (+0200) Subject: ircbot: fix indentation error X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2a8303d7e728ffbeaf5d566a391812a03424189d;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git ircbot: fix indentation error --- diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index 8b4dbaeb..f04cb480 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -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)