Oops, committed a failing test.

This commit is contained in:
Jeremy Fincher 2003-10-20 08:00:56 +00:00
parent 0ab3347567
commit 4040b24dba
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ class Fun(callbacks.Privmsg):
text = re.sub(r'(\w)\'(\w)', quoteOrNothing, text)
text = re.sub(r'\.(\s+|$)', randomExclaims, text)
text = re.sub(r'([aeiou])([aeiou])', randomlyShuffle, text)
text = re.sub(r'to', randomlyReplace('too', 0.6))
text = re.sub(r'to', randomlyReplace('too', 0.6), text)
text = re.sub(r'([bcdfghkjlmnpqrstvwxyz])([bcdfghkjlmnpqrstvwxyz])',
lessRandomlyShuffle, text)
if random.random() < .4: