1
0
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:
lethality
2011-07-17 21:58:27 +01:00
parent 46f2f3bd8f
commit 39ca53cfcf
2 changed files with 33 additions and 26 deletions
+1 -1
View File
@@ -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