mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Added help string for supa1337.
This commit is contained in:
parent
96eecfd477
commit
0ba2815746
@ -213,6 +213,10 @@ class Filter(callbacks.Privmsg):
|
|||||||
('wW', '\\/\\/'), ('d', 'c|'), ('b', '|>'),
|
('wW', '\\/\\/'), ('d', 'c|'), ('b', '|>'),
|
||||||
('c', '<'), ('h', '|n'),]
|
('c', '<'), ('h', '|n'),]
|
||||||
def supa1337(self, irc, msg, args):
|
def supa1337(self, irc, msg, args):
|
||||||
|
"""<text>
|
||||||
|
|
||||||
|
Replies with an especially k-rad translation of <text>.
|
||||||
|
"""
|
||||||
s = privmsgs.getArgs(args)
|
s = privmsgs.getArgs(args)
|
||||||
for (r, sub) in self._leetres:
|
for (r, sub) in self._leetres:
|
||||||
s = re.sub(r, sub, s)
|
s = re.sub(r, sub, s)
|
||||||
|
Loading…
Reference in New Issue
Block a user