diff options
Diffstat (limited to 'module/config.rb')
-rw-r--r-- | module/config.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |