[RUtils] Remove !re for reverse

master
Sfan5 2013-04-06 13:26:56 +02:00
parent 78d6e666ce
commit ec7eeb072a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def rev(phenny, input):
s += q[0]
return phenny.say(s)
rev.commands = ['re','rev','reverse']
rev.commands = ['rev','reverse']
rev.priority = 'low'
def b64e(phenny, input):