aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2014-12-30 13:32:32 +0200
committerkongr45gpen <electrovesta@gmail.com>2014-12-30 13:32:32 +0200
commitd7e9c2b03f552193e2d8ccbcfc44987c659fc469 (patch)
treeccbe7cdba1b5c2f16032d9b32aff9c3ea9f270da
parent0f3ebd87e657c56c2fd58bece4f0bf679cf8bd0c (diff)
downloadsupybot_github-d7e9c2b03f552193e2d8ccbcfc44987c659fc469.tar.gz
supybot_github-d7e9c2b03f552193e2d8ccbcfc44987c659fc469.tar.bz2
supybot_github-d7e9c2b03f552193e2d8ccbcfc44987c659fc469.zip
Don't replace dashes for IRC channel names
-rw-r--r--local/handler/GithubHandler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/local/handler/GithubHandler.py b/local/handler/GithubHandler.py
index 13410c3..f095ec8 100644
--- a/local/handler/GithubHandler.py
+++ b/local/handler/GithubHandler.py
@@ -73,7 +73,6 @@ class GithubHandler(BaseHTTPServer.BaseHTTPRequestHandler):
part = part.replace('+','#');
part = part.replace('~','#');
- part = part.replace('-','#');
part = part.replace('&','#');
part = part.replace('^','#');

© 2014-2024 Faster IT GmbH | imprint | privacy policy