Excuses are gone

This commit is contained in:
James Vega 2004-08-06 12:41:07 +00:00
parent 3a916b2486
commit a290f4bff5
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ conf.registerChannelValue(conf.supybot.plugins.FunDB, 'showIds',
class FunDB(callbacks.Privmsg):
"""
Contains the 'fun' commands that require a database. Currently includes
commands for larting, praising, excusing, and insulting.
commands for larting, praising, and insulting.
"""
_types = ('insult', 'lart', 'praise')
def __init__(self):