summaryrefslogtreecommitdiff
path: root/modules/core/ms_staff.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-30 03:02:33 -0500
committerAdam <Adam@anope.org>2010-12-12 19:37:02 -0500
commit0ba566491ea246fcc895862d0ef80bdf4ee43b4b (patch)
tree9852671d32476ddad58e264a8e074c41fef9f69f /modules/core/ms_staff.cpp
parent2a4d57a1cacd22084abea5dd21c87dc733a7b5bf (diff)
Allowing adding hostmasks to channel access lists
Diffstat (limited to 'modules/core/ms_staff.cpp')
-rw-r--r--modules/core/ms_staff.cpp1
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> &params)
{
- User *u = source.u;
const Anope::string &text = params[0];
if (readonly)