diff options
author | franz <Franz.Netykafka@runbox.com> | 2009-06-15 21:06:56 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-08-26 23:31:37 +0200 |
commit | 2a8303d7e728ffbeaf5d566a391812a03424189d (patch) | |
tree | 6e70c0f6fcab00bfd5710563f6813403b1e68525 | |
parent | 569243919426748b824b24a0ab9d3594bc8cabf0 (diff) |
ircbot: fix indentation error
-rw-r--r-- | lib/rbot/ircbot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |