Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiSabler <dissy@ya.ru>2014-05-01 17:04:07 +0400
committerdiSabler <dissy@ya.ru>2014-05-01 17:04:07 +0400
commite4d4b740888386af3313b00474e8c379c764357b (patch)
tree277e1888853602f028d51589525741bc01334e32 /plugins
parent52cb3f6a1499257e5e4c3d8151e84b2129ee479b (diff)
fix: flood after command execution
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ai.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ai.py b/plugins/ai.py
index 09bbb64..58045b4 100644
--- a/plugins/ai.py
+++ b/plugins/ai.py
@@ -83,6 +83,7 @@ def AI_PARSE(room, jid, nick, type, text):
if not WAS_PARAM:
if time_nolimit: time.sleep(time_nolimit)
com_parser(access_mode, nowname, type, room, nick, COMMAND, jid)
+ return True
def AI_RATING(s, text, room):
r,s = 0.0,s.split('|')