From 346d0a5acc8f47e740510fad9b3439d8859da527 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 29 Mar 2004 16:52:42 +0000 Subject: [PATCH] your colon misses you, jemfinch --- plugins/Scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Scheduler.py b/plugins/Scheduler.py index 21ad84d67..537fc22b7 100644 --- a/plugins/Scheduler.py +++ b/plugins/Scheduler.py @@ -53,7 +53,7 @@ class Scheduler(callbacks.Privmsg): callbacks.Privmsg.__init__(self) self.events = {} - def _makeCommandFunction(self, irc, msg, command, remove=True) + def _makeCommandFunction(self, irc, msg, command, remove=True): """Makes a function suitable for scheduling from command.""" tokens = callbacks.tokenize(command) Owner = irc.getCallback('Owner')