mirror of
https://github.com/anope/anope.git
synced 2026-06-25 18:16:38 +02:00
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
This commit is contained in:
+2
-3
@@ -50,7 +50,7 @@ void Anope::Process(const Anope::string &buffer)
|
||||
static const Anope::string proto_name = ModuleManager::FindFirstOf(PROTOCOL) ? ModuleManager::FindFirstOf(PROTOCOL)->name : "";
|
||||
|
||||
MessageSource src(source);
|
||||
|
||||
|
||||
EventReturn MOD_RESULT;
|
||||
FOREACH_RESULT(OnMessage, MOD_RESULT, (src, command, params));
|
||||
if (MOD_RESULT == EVENT_STOP)
|
||||
@@ -84,7 +84,7 @@ void IRCDProto::Parse(const Anope::string &buffer, Anope::string &source, Anope:
|
||||
}
|
||||
|
||||
sep.GetToken(command);
|
||||
|
||||
|
||||
for (Anope::string token; sep.GetToken(token);)
|
||||
{
|
||||
if (token[0] == ':')
|
||||
@@ -107,4 +107,3 @@ Anope::string IRCDProto::Format(const Anope::string &source, const Anope::string
|
||||
else
|
||||
return message;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user