summaryrefslogtreecommitdiffstats
path: root/modules/translate.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translate.py')
-rwxr-xr-xmodules/translate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translate.py b/modules/translate.py
index ec59db0..94e5f64 100755
--- a/modules/translate.py
+++ b/modules/translate.py
@@ -90,7 +90,7 @@ def tr2(phenny, input):
command = cmd
phrase = command
- if (len(phrase) > 350) and (not context.admin):
+ if (len(phrase) > 350) and (not input.admin):
return phenny.reply('Phrase must be under 350 characters.')
src, dest = args