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

Fixed an wrong logging example in example.conf and fixed misc messages being not logged as normal

This commit is contained in:
Adam
2010-10-15 13:25:14 -04:00
parent 4ddb469864
commit f3c2933542
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -839,7 +839,7 @@ User *do_nick(const Anope::string &source, const Anope::string &nick, const Anop
do_on_id(user);
ircdproto->SetAutoIdentificationToken(user);
user->SetMode(NickServ, UMODE_REGISTERED);
Log() << Config->s_NickServ << ": " << user->GetMask() << " automatically identified for group " << user->Account()->display;
Log(NickServ) << user->GetMask() << " automatically identified for group " << user->Account()->display;
}
if (ircd->sqline)