mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
YAPMR
This commit is contained in:
parent
90718f0e8c
commit
22d484ef01
@ -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
|
||||
|
@ -33,6 +33,8 @@
|
||||
This handles interesting things to do with a dictionary (words) database.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import supybot
|
||||
import plugins
|
||||
|
||||
|
@ -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 #
|
||||
################################
|
||||
|
Loading…
Reference in New Issue
Block a user