diff options
Diffstat (limited to 'client/modules/Unclear.py')
| -rw-r--r-- | client/modules/Unclear.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/modules/Unclear.py b/client/modules/Unclear.py index 39f56d0..23ab2ed 100644 --- a/client/modules/Unclear.py +++ b/client/modules/Unclear.py @@ -1,7 +1,10 @@ +from sys import maxint import random WORDS = [] +PRIORITY = -(maxint + 1) + def handle(text, mic, profile): """ |
