summaryrefslogtreecommitdiffstats
path: root/Reaktor/config.py
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-25 09:46:43 +0100
committermakefu <github@syntax-fehler.de>2014-03-25 09:46:43 +0100
commit2d1b9414edc8aa57adbe9ac547292921936d874a (patch)
tree90ab1b1a97d9055ebede6118afec6abcec6149a8 /Reaktor/config.py
parent1610072ff0aac8de91c7bf3919bfd75b5fba0e6c (diff)
add eloop to IRc/reaktor
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r--Reaktor/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py
index 2dd6ac2f..928c49d7 100644
--- a/Reaktor/config.py
+++ b/Reaktor/config.py
@@ -10,6 +10,7 @@ irc_kill_timeout = 360
irc_nickname = name
irc_server = 'irc.freenode.org'
irc_port = 6667
+#irc_restart_timeout = 5
irc_channels = [
'#krebs'
]