summaryrefslogtreecommitdiffstats
path: root/modules/Fortune.rb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Fortune.rb')
-rw-r--r--modules/Fortune.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Fortune.rb b/modules/Fortune.rb
index 9a762b4..2d4436b 100644
--- a/modules/Fortune.rb
+++ b/modules/Fortune.rb
@@ -8,7 +8,7 @@ module Lain
def on_message(muc, message)
return unless /\A!fortune\b/ =~ message.body
- muc.say("\nBEGIN FORTUNE COOKIE\n" + IO.popen(@config['command']).read.chomp + "\nEND FORTUNE COOKIE")
+ muc.say("\nBEGIN FORTUNE COOKIE\n" + IO.popen(@config[:command]).read.chomp + "\nEND FORTUNE COOKIE")
end
def commands