summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-04-11 00:20:24 -0500
committerAdam <Adam@anope.org>2013-04-11 00:20:24 -0500
commitcb64d806c164be33bf26ba300c0a15c130b91a15 (patch)
tree6eaca4f695ea84ce30bcf4f918476c79c6f3d313 /include
parent4f9b7874d6b3a41939ecc2e872ec08d03af7b5f1 (diff)
Remove the need for having to set syntax to "" for commands with no syntax
Diffstat (limited to 'include')
-rw-r--r--include/commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index b74639a32..d4de074fe 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -126,7 +126,6 @@ class CoreExport Command : public Service
void ClearSyntax();
void SetSyntax(const Anope::string &s);
void SendSyntax(CommandSource &);
- void SendSyntax(CommandSource &, const Anope::string &syntax);
void AllowUnregistered(bool b);
void RequireUser(bool b);