1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

port urlbot: remove mcabber specific output stuff

This commit is contained in:
urlbot
2014-12-02 15:22:02 +01:00
parent 77a6322d66
commit cb712d9645
4 changed files with 20 additions and 34 deletions

View File

@@ -20,8 +20,6 @@ delay = 0.100 # seconds
basedir = '.'
if 2 == len(sys.argv): basedir = sys.argv[1]
fifo_path = os.path.join(basedir, conf('path_cmdfifo'))
def debug_enabled():
# return True
return False