summaryrefslogtreecommitdiffstats
path: root/modules/DDate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'modules/DDate.rb')
-rw-r--r--modules/DDate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/DDate.rb b/modules/DDate.rb
index 317bf67..5f8634e 100644
--- a/modules/DDate.rb
+++ b/modules/DDate.rb
@@ -8,7 +8,7 @@ module Lain
def on_message(muc, message)
return unless /\A!ddate\b/ =~ message.body
- muc.send(Jabber::Message.new(muc.room, IO.popen("ddate").read.chomp))
+ muc.say("DISCORDIAN DATE " + IO.popen("ddate").read.chomp)
end
def commands