summaryrefslogtreecommitdiff
path: root/rbot/plugins/remind.rb
diff options
context:
space:
mode:
Diffstat (limited to 'rbot/plugins/remind.rb')
-rw-r--r--rbot/plugins/remind.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbot/plugins/remind.rb b/rbot/plugins/remind.rb
index 402e2d08..5ad980ae 100644
--- a/rbot/plugins/remind.rb
+++ b/rbot/plugins/remind.rb
@@ -145,7 +145,7 @@ class RemindPlugin < Plugin
m.reply "incorrect usage: " + help(m.plugin)
return
end
- @bot.okay m.replyto
+ m.okay
end
end
plugin = RemindPlugin.new