diff options
Diffstat (limited to 'elchos/root-image')
-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' |