Filter: fix a typo in 'aol' help

This commit is contained in:
GLolol 2014-12-04 21:47:46 -08:00
parent d4e07c7713
commit 3f737abbde
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 ')