mirror of
https://github.com/znc/znc.git
synced 2026-05-08 06:14:40 +02:00
Replace the deprecated overload of CMessage::GetParam
This commit is contained in:
@@ -76,7 +76,7 @@ class CAdminLogMod : public CModule {
|
||||
Log("[" + GetUser()->GetUserName() + "/" + GetNetwork()->GetName() +
|
||||
"] disconnected from IRC: " +
|
||||
GetNetwork()->GetCurrentServer()->GetName() + " [" +
|
||||
Message.GetParams(1) + "]",
|
||||
Message.GetParamsColon(1) + "]",
|
||||
LOG_NOTICE);
|
||||
}
|
||||
return CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user