diff --git a/plugins/FunDB.py b/plugins/FunDB.py index 62174c693..b8f4d4094 100755 --- a/plugins/FunDB.py +++ b/plugins/FunDB.py @@ -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):