diff options
author | Adam <Adam@anope.org> | 2010-11-29 19:19:00 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:37:02 -0500 |
commit | 2a4d57a1cacd22084abea5dd21c87dc733a7b5bf (patch) | |
tree | a598b7124ca0b32ecc833539d3a5880a677a0ae2 /src/command.cpp | |
parent | 71c433cc502cc6073dd1e9d5cab3f49f8f6fd49e (diff) |
Fixed subcommands
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 2 |
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; } |