mirror of
https://github.com/anope/anope.git
synced 2026-07-05 11:03:12 +02:00
Fixed some minor punctuation and logging
This commit is contained in:
+1
-1
@@ -685,7 +685,7 @@ User *do_nick(const Anope::string &source, const Anope::string &nick, const Anop
|
||||
}
|
||||
}
|
||||
|
||||
Log(user, "connect") << (ircd->nickvhost && !vhost2.empty() ? Anope::string("(") + vhost2 + ")" : "") << ") (" << user->realname << ") " << (user->ip() ? Anope::string("[") + user->ip.addr() + "] " : "") << "connected to the network (" << serv->GetName() << ")";
|
||||
Log(user, "connect") << (ircd->nickvhost && !vhost2.empty() ? Anope::string("(") + vhost2 + ")" : "") << " (" << user->realname << ") " << (user->ip() ? Anope::string("[") + user->ip.addr() + "] " : "") << "connected to the network (" << serv->GetName() << ")";
|
||||
|
||||
EventReturn MOD_RESULT;
|
||||
FOREACH_RESULT(I_OnPreUserConnect, OnPreUserConnect(user));
|
||||
|
||||
Reference in New Issue
Block a user