View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001316 | Anope Development (1.9.x series) | HostServ | public | 2011-08-16 18:23 | 2011-08-16 18:48 |
Reporter | ObiWan | Assigned To | Adam | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001316: [Anope-1.9-git] By default Hostserv lets users request and activate their virtual hosts | ||||
Description | By default hostserv has the following commands configured: command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; } command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; } command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; } I think it should be something like this: command { service = "HostServ"; name = "ACTIVATE"; command = "hostserv/activate"; permission = "hostserv/set"; } command { service = "HostServ"; name = "REJECT"; command = "hostserv/reject"; permission = "hostserv/set"; } command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; permission = "hostserv/set"; } | ||||
Tags | No tags attached. | ||||