mirror of
https://github.com/anope/anope.git
synced 2026-06-25 19:56:39 +02:00
Fix some coding style issues.
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user