summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.cpp b/src/command.cpp
index 7c0a503fb..f7edbfaa2 100644
--- a/src/command.cpp
+++ b/src/command.cpp
@@ -89,7 +89,7 @@ void Command::SetPermission(const Anope::string &reststr)
this->permission = reststr;
}
-bool Command::AddSubcommand(Command *c)
+bool Command::AddSubcommand(Module *creator, Command *c)
{
return false;
}