aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit73660933bbc63dddd8056d956f86ca23c23c1632 (patch)
treefc1b2dabdaf24688880cd8e551b209ee524fe027 /config.py
parent2b2600a92fd5bbd1a1f05e08fce55cb1785417a1 (diff)
add eloop to IRc/reaktor
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index 2dd6ac2..928c49d 100644
--- a/config.py
+++ b/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'
]