mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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
|
||||
# his old id.
|
||||
|
||||
def name(self):
|
||||
return 'Schedule'
|
||||
|
||||
def addEvent(self, f, t, name=None):
|
||||
"""Schedules an event f to run at time t.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user