This commit is contained in:
James Vega 2004-03-19 17:13:33 +00:00
parent 90718f0e8c
commit 22d484ef01
3 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,8 @@ Gives the user the ability to schedule commands to run at a particular time,
or repeatedly run at a particular interval.
"""
__revision__ = "$Id$"
import plugins
import sets

View File

@ -33,6 +33,8 @@
This handles interesting things to do with a dictionary (words) database.
"""
__revision__ = "$Id$"
import supybot
import plugins

View File

@ -48,6 +48,8 @@ Color Usage:
def clrtoeol(): 'Clears screen to end of line'
"""
__revision__ = "$Id$"
################################
# C O L O R C O N S T A N T S #
################################