hi all how to create #channel only for Services Root only can join the #channel, so Services Administrator,Services Operator, Helper cant join that #channel
#SRA only Services Root
hello!
services does not provide any channel modes.
every ircd has its own ones, for example here are the unrealircd ones:
https://www.unrealircd.org/docs/Channel_modesfor example you could set:
+O - for ircops only
+R - registered nicks only
and
+k - join only with the known key
and you could set
+i - invite only, but opers with correct flags could bypass that.
you can set a +b *!*@* so ban everybody and set a +e (exception) for yourself.. etc..
but there is no such channel flag on unrealircd side which would allow only service root to join.