mirror of
https://github.com/anope/anope.git
synced 2026-07-03 22:23:12 +02:00
Fixed hs_request and corrected a typo(?) in hs activate
This commit is contained in:
@@ -115,7 +115,7 @@ db_plain
|
||||
*/
|
||||
module { name = "hs_request" }
|
||||
command { service = "HostServ"; name = "REQUEST"; command = "hostserv/request"; }
|
||||
command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/active"; }
|
||||
command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; }
|
||||
command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; }
|
||||
command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; }
|
||||
hs_request
|
||||
|
||||
Reference in New Issue
Block a user