anope

- supernets anope source code & configuration
git clone git://git.acid.vegas/anope.git
Log | Files | Refs | Archive | README

commit 3ef3d006a94c537cfecaa288d326053b9de917af
parent 39707dcddecae6bd70a21b34997647feb53efd43
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 7 May 2023 21:40:12 -0400

Have service bots sit in #services

Diffstat:
Mdata/botserv.conf | 2+-
Mdata/chanserv.conf | 2+-
Mdata/global.conf | 2+-
Mdata/hostserv.conf | 2+-
Mdata/nickserv.conf | 2+-
Mdata/operserv.conf | 2+-

6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -3,7 +3,7 @@ service {
 	user = "services"
 	host = "services.host"
 	gecos = "Operator Service"
-	#channels = "@#services,#mychan"
+	channels = "@#services"
 }
 
 module {