Gave the schedule driver a proper name.

This commit is contained in:
Jeremy Fincher 2004-07-27 05:18:34 +00:00
parent 5163921d40
commit 4b40f18825
1 changed files with 3 additions and 0 deletions

View File

@ -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.