mirror of
https://github.com/anope/anope.git
synced 2026-07-06 01:33:14 +02:00
Added hostserv/del command permission, fixed example.conf to show that hostserv/* is a command, not a permission
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandHSDel : public Command
|
||||
{
|
||||
public:
|
||||
CommandHSDel() : Command("DEL", 1, 1, "hostserv/set")
|
||||
CommandHSDel() : Command("DEL", 1, 1, "hostserv/del")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user