mirror of
https://github.com/anope/anope.git
synced 2026-06-28 10:06:37 +02:00
Added a new logging system
This commit is contained in:
@@ -29,7 +29,7 @@ class CommandNSGetEMail : public Command
|
||||
Anope::string email = params[0];
|
||||
int j = 0;
|
||||
|
||||
Alog() << Config->s_NickServ << ": " << u->GetMask() << " used GETEMAIL on " << email;
|
||||
Log(LOG_ADMIN, u, this) << "on " << email;
|
||||
|
||||
for (nickcore_map::const_iterator it = NickCoreList.begin(), it_end = NickCoreList.end(); it != it_end; ++it)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user