mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Gave the schedule driver a proper name.
This commit is contained in:
parent
5163921d40
commit
4b40f18825
@ -74,6 +74,9 @@ class Schedule(drivers.IrcDriver):
|
|||||||
# one of the nuked events, we don't want him removing new events with
|
# one of the nuked events, we don't want him removing new events with
|
||||||
# his old id.
|
# his old id.
|
||||||
|
|
||||||
|
def name(self):
|
||||||
|
return 'Schedule'
|
||||||
|
|
||||||
def addEvent(self, f, t, name=None):
|
def addEvent(self, f, t, name=None):
|
||||||
"""Schedules an event f to run at time t.
|
"""Schedules an event f to run at time t.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user