1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 05:13:13 +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
-1
View File
@@ -22,7 +22,6 @@ class CommandMSStaff : public Command
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)
{
User *u = source.u;
const Anope::string &text = params[0];
if (readonly)