Comment some of my intentions.

This commit is contained in:
Jeremy Fincher 2004-04-13 00:06:57 +00:00
parent 07585182af
commit 7f6c401e74

View File

@ -70,6 +70,9 @@ class Schedule(drivers.IrcDriver):
def reset(self):
self.events.clear()
self.schedule[:] = []
# We don't reset the counter here because if someone has held an id of
# one of the nuked events, we don't want him removing new events with
# his old id.
def addEvent(self, f, t, name=None):
"""Schedules an event f to run at time t.