diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.cpp b/src/command.cpp index dc24dac0b..c9372c40f 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -17,7 +17,7 @@ #include "regchannel.h" #include "channels.h" -void CommandReply::SendMessage(CommandSource& source, const Anope::string &msg) +void CommandReply::SendMessage(CommandSource &source, const Anope::string &msg) { SendMessage(source.service, msg); } @@ -294,7 +294,7 @@ void Command::Run(CommandSource &source, const Anope::string &cmdname, const Com FOREACH_MOD(OnPostCommand, (source, this, params)); } -bool Command::FindCommandFromService(const Anope::string &command_service, BotInfo* &bot, Anope::string &name) +bool Command::FindCommandFromService(const Anope::string &command_service, BotInfo *&bot, Anope::string &name) { bot = NULL; |