From 2a8303d7e728ffbeaf5d566a391812a03424189d Mon Sep 17 00:00:00 2001 From: franz Date: Mon, 15 Jun 2009 21:06:56 +0200 Subject: [PATCH] ircbot: fix indentation error --- lib/rbot/ircbot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2