diff options
author | Adam <Adam@anope.org> | 2010-11-30 03:02:33 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:37:02 -0500 |
commit | 0ba566491ea246fcc895862d0ef80bdf4ee43b4b (patch) | |
tree | 9852671d32476ddad58e264a8e074c41fef9f69f /modules/core/ms_staff.cpp | |
parent | 2a4d57a1cacd22084abea5dd21c87dc733a7b5bf (diff) |
Allowing adding hostmasks to channel access lists
Diffstat (limited to 'modules/core/ms_staff.cpp')
-rw-r--r-- | modules/core/ms_staff.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/core/ms_staff.cpp b/modules/core/ms_staff.cpp index 76ab0cf2e..fcbf1aee9 100644 --- a/modules/core/ms_staff.cpp +++ b/modules/core/ms_staff.cpp @@ -22,7 +22,6 @@ class CommandMSStaff : public Command CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) { - User *u = source.u; const Anope::string &text = params[0]; if (readonly) |