mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 06:49:24 +01:00
Filter: fix a typo in 'aol' help
This commit is contained in:
parent
d4e07c7713
commit
3f737abbde
@ -421,7 +421,7 @@ class Filter(callbacks.Plugin):
|
|||||||
def aol(self, irc, msg, args, text):
|
def aol(self, irc, msg, args, text):
|
||||||
"""<text>
|
"""<text>
|
||||||
|
|
||||||
Returns <text> as if an AOLuser had said it.
|
Returns <text> as if an AOL user had said it.
|
||||||
"""
|
"""
|
||||||
text = text.replace(' you ', ' u ')
|
text = text.replace(' you ', ' u ')
|
||||||
text = text.replace(' are ', ' r ')
|
text = text.replace(' are ', ' r ')
|
||||||
|
Loading…
Reference in New Issue
Block a user