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

github.com/isida/3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiSabler <dissy@ya.ru>2013-12-08 21:58:48 +0400
committerdiSabler <dissy@ya.ru>2013-12-08 21:58:48 +0400
commit1ef2455dae2a0aec7af938dbd461cb94dc9fc308 (patch)
tree1ebbb001d5847db7adbf7791f1b92fc12c5b8e1c
parent108f72295b013350b81707f44180f499da344884 (diff)
test commit for svn sync
-rw-r--r--plugins/adminmail.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/adminmail.py b/plugins/adminmail.py
index 4f99b88..c960f57 100644
--- a/plugins/adminmail.py
+++ b/plugins/adminmail.py
@@ -25,7 +25,6 @@
def adminmail(type, jid, nick, text):
if len(text):
if len(text) > GT('amsg_limit_size'): text = text[:GT('amsg_limit_size')]+u'[…]'
- #timesent = getFile(time_limit_base, {})
ga = get_level(jid, nick)
fjid = getRoom(ga[1])
tmp_lim = GT('amsg_limit')[ga[0]]