From e5c3058a64ae6e27d2bd323a18f02c26df1cdfdf Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 24 May 2014 18:34:54 -0700 Subject: dynamic module loading with priorities --- client/modules/Unclear.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/modules/Unclear.py') 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): """ -- cgit v1.3.1