1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:26:38 +02:00

Allowing adding hostmasks to channel access lists

This commit is contained in:
Adam
2010-11-30 03:02:33 -05:00
parent 2a4d57a1ca
commit 0ba566491e
24 changed files with 343 additions and 338 deletions
-3
View File
@@ -47,7 +47,6 @@ class CommandNSAccess : public Command
CommandReturn DoAdd(CommandSource &source, NickCore *nc, const Anope::string &mask)
{
User *u = source.u;
if (mask.empty())
{
@@ -75,8 +74,6 @@ class CommandNSAccess : public Command
CommandReturn DoDel(CommandSource &source, NickCore *nc, const Anope::string &mask)
{
User *u = source.u;
if (mask.empty())
{
this->OnSyntaxError(source, "DEL");