Filter: fix 'outfilter stripcolor' (Closes #661)

This commit is contained in:
GLolol 2014-12-31 14:23:18 -05:00
parent 7843fecbeb
commit 9027a14bb6
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Filter(callbacks.Plugin):
_filterCommands = ['jeffk', 'leet', 'rot13', 'hexlify', 'binary',
'scramble', 'morse', 'reverse', 'colorize', 'squish',
'supa1337', 'colorstrip', 'aol', 'rainbow', 'spellit',
'supa1337', 'stripcolor', 'aol', 'rainbow', 'spellit',
'hebrew', 'undup', 'gnu', 'shrink', 'uniud']
@internationalizeDocstring
def outfilter(self, irc, msg, args, channel, command):