DALnet / bahamut

The Bahamut IRC Daemon
http://www.dal.net/?page=Bahamut
Other
59 stars 42 forks source link

Add SVSCTRL command to let services control services join requests #130

Closed kobishmueli closed 4 years ago

kobishmueli commented 4 years ago

To enable services join requests, services will send: SVSCTRL server.dal.net SJR 1

To disable services join requests, services will send: SVSCTRL server.dal.net SJR 0

(server.dal.net can be replaced by * to send it to all servers)

The current implementation of SVSCTRL is written to support other features that might be added in the future without the need to upgrade all the hubs on the network.

-Kobi.