Open dosomder opened 4 years ago
I think it would be useful to be able to register a channel without it actually existing. My use case is that I want to register a non existing channel via xmlrpc.
atheme uses the fact that a channel exists to be confident the given channel name is valid. it's a way of delegating validity to the IRCd
I think it would be useful to be able to register a channel without it actually existing. My use case is that I want to register a non existing channel via xmlrpc.