mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
your colon misses you, jemfinch
This commit is contained in:
parent
7d3c9ffef0
commit
346d0a5acc
@ -53,7 +53,7 @@ class Scheduler(callbacks.Privmsg):
|
|||||||
callbacks.Privmsg.__init__(self)
|
callbacks.Privmsg.__init__(self)
|
||||||
self.events = {}
|
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."""
|
"""Makes a function suitable for scheduling from command."""
|
||||||
tokens = callbacks.tokenize(command)
|
tokens = callbacks.tokenize(command)
|
||||||
Owner = irc.getCallback('Owner')
|
Owner = irc.getCallback('Owner')
|
||||||
|
Loading…
Reference in New Issue
Block a user