Merge pull request #931 from GLolol/patch-1

Filter: fix a typo in 'aol' help
This commit is contained in:
Valentin Lorentz 2014-12-05 07:32:29 +01:00
commit 654df6fac7
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ class Filter(callbacks.Plugin):
def aol(self, irc, msg, args, 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(' are ', ' r ')