1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 13:56:39 +02:00

Fixed some trivial formatting

This commit is contained in:
lethality
2012-02-22 00:28:58 +00:00
parent 1536c5cf60
commit 826de43724
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -835,7 +835,7 @@ User *do_nick(const Anope::string &source, const Anope::string &nick, const Anop
user->SetVIdent(username);
user->SetModesInternal(modes.c_str());
Log(user, "connect") << (!vhost.empty() ? Anope::string("(") + vhost + ")" : "") << " (" << user->realname << ") " << user->ip << "connected to the network (" << serv->GetName() << ")";
Log(user, "connect") << (!vhost.empty() ? Anope::string("(") + vhost + ")" : "") << " (" << user->realname << ") " << user->ip << " connected to the network (" << serv->GetName() << ")";
bool exempt = false;
if (user->server && user->server->IsULined())