your colon misses you, jemfinch

This commit is contained in:
James Vega 2004-03-29 16:52:42 +00:00
parent 7d3c9ffef0
commit 346d0a5acc

View File

@ -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')