From ed04bd3c0fff100f40ed45d300fcb152723226ef Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Mon, 21 Apr 2014 14:17:44 -0700 Subject: Move response validation out of main code. --- module/config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/config.rb') diff --git a/module/config.rb b/module/config.rb index fa3c151..cf71bd4 100644 --- a/module/config.rb +++ b/module/config.rb @@ -17,9 +17,9 @@ module Dinobot case args when 'trigger' - m.response << [:say, m.channel, @config.data[:trigger][:global]] + m.respond [:say, m.channel, @config.data[:trigger][:global]] when 'debug' - m.response << [:say, m.channel, @config.data[:debug].to_s] + m.respond [:say, m.channel, @config.data[:debug].to_s] end end -- cgit v1.2.3-70-g09d2