diff options
author | makefu <github@syntax-fehler.de> | 2014-04-07 14:17:12 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-04-07 14:17:12 +0200 |
commit | 1c4f7be013c5b13235996725ba3700587314abf0 (patch) | |
tree | d565fbc8e6ce12dc5b97663f7a91b76ecc77fb49 /elchos | |
parent | 5199a91d9a31a382dea55b0a1e13a130f6ac4022 (diff) |
switch channel
Diffstat (limited to 'elchos')
-rw-r--r-- | elchos/root-image/krebs/etc/Reaktor/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elchos/root-image/krebs/etc/Reaktor/config.py b/elchos/root-image/krebs/etc/Reaktor/config.py index 5e07b659..a857a0c2 100644 --- a/elchos/root-image/krebs/etc/Reaktor/config.py +++ b/elchos/root-image/krebs/etc/Reaktor/config.py @@ -13,7 +13,7 @@ irc_server = 'irc.freenode.net' irc_restart_timeout = 5 irc_port = 6667 irc_channels = [ - '#filehooker' + '#elchOS' ] admin_file='admin.lst' |