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:
-rw-r--r--plugins/svn.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/svn.py b/plugins/svn.py
index 3bc95da..b0636dc 100644
--- a/plugins/svn.py
+++ b/plugins/svn.py
@@ -27,6 +27,7 @@ def svn_get(type, jid, nick,text):
count,revn = 1,0
if '-v' in text.split(): text,verb = reduce_spaces_all(text.replace('-v','')),True
else: verb = False
+ text = ''.join(re.findall('[-a-z\/\:\.0-9\ ]+', text, re.S+re.I+re.U))
if ' ' in text:
text = text.split(' ')
url = text[0]