mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 16:12:42 +01:00
Merge pull request #980 from GLolol/filter/fix-outfilter-stripcolor
Filter: fix 'outfilter stripcolor' (Closes #661)
This commit is contained in:
commit
a178e4a3d0
@ -79,7 +79,7 @@ class Filter(callbacks.Plugin):
|
|||||||
|
|
||||||
_filterCommands = ['jeffk', 'leet', 'rot13', 'hexlify', 'binary',
|
_filterCommands = ['jeffk', 'leet', 'rot13', 'hexlify', 'binary',
|
||||||
'scramble', 'morse', 'reverse', 'colorize', 'squish',
|
'scramble', 'morse', 'reverse', 'colorize', 'squish',
|
||||||
'supa1337', 'colorstrip', 'aol', 'rainbow', 'spellit',
|
'supa1337', 'stripcolor', 'aol', 'rainbow', 'spellit',
|
||||||
'hebrew', 'undup', 'gnu', 'shrink', 'uniud']
|
'hebrew', 'undup', 'gnu', 'shrink', 'uniud']
|
||||||
@internationalizeDocstring
|
@internationalizeDocstring
|
||||||
def outfilter(self, irc, msg, args, channel, command):
|
def outfilter(self, irc, msg, args, channel, command):
|
||||||
|
Loading…
Reference in New Issue
Block a user