CloudBotIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
273 stars 250 forks source link

Reminder error #204

Closed Afootpluto closed 8 years ago

Afootpluto commented 8 years ago

9:37:50] [ERROR] Error in hook remind:check_reminders Traceback (most recent call last): File "/home/afootpluto/bot2/cloudbot/plugin.py", line 378, in _execute_hook out = yield from self._execute_hook_sync(hook, event) File "/home/afootpluto/bot2/cloudbot/plugin.py", line 357, in _execute_hook_sync return (yield from hook.function(*parameters)) File "/home/afootpluto/bot2/plugins/remind.py", line 100, in check_reminders yield from add_reminder(async, db, network, remind_time, user) TypeError: add_reminder() missing 3 required positional arguments: 'message', 'remind_time', and 'added_time'

edwardslabs commented 8 years ago

Same as #156

Afootpluto commented 8 years ago

I should have checked for duplicates. XD Thanks for the reply.