diff --git a/data/botserv.conf b/data/botserv.conf index 3f4822d..9dfaf69 100644 --- a/data/botserv.conf +++ b/data/botserv.conf @@ -3,7 +3,7 @@ service { user = "services" host = "services.host" gecos = "Bot Service" - #channels = "@#services,#mychan" + channels = "@#services" } module { diff --git a/data/chanserv.conf b/data/chanserv.conf index 31bfa8b..09b024d 100644 --- a/data/chanserv.conf +++ b/data/chanserv.conf @@ -3,7 +3,7 @@ service { user = "services" host = "services.host" gecos = "Channel Registration Service" - #channels = "@#services,#mychan" + channels = "@#services" } module { diff --git a/data/global.conf b/data/global.conf index 092f331..6d327ce 100644 --- a/data/global.conf +++ b/data/global.conf @@ -3,7 +3,7 @@ service { user = "services" host = "services.host" gecos = "Global Noticer" - #channels = "@#services,#mychan" + channels = "@#services" } module { diff --git a/data/hostserv.conf b/data/hostserv.conf index f093c30..9510430 100644 --- a/data/hostserv.conf +++ b/data/hostserv.conf @@ -3,7 +3,7 @@ service { user = "services" host = "services.host" gecos = "vHost Service" - #channels = "@#services,#mychan" + channels = "@#services" } module { diff --git a/data/nickserv.conf b/data/nickserv.conf index 1d3222c..177a280 100644 --- a/data/nickserv.conf +++ b/data/nickserv.conf @@ -3,7 +3,7 @@ service { user = "services" host = "services.host" gecos = "Nickname Registration Service" - #channels = "@#services,#mychan" + channels = "@#services" } module { diff --git a/data/operserv.conf b/data/operserv.conf index 55d8b2b..c55c61f 100644 --- a/data/operserv.conf +++ b/data/operserv.conf @@ -3,7 +3,7 @@ service { user = "services" host = "services.host" gecos = "Operator Service" - #channels = "@#services,#mychan" + channels = "@#services" } module {