Merge branch '1.7.x'

This commit is contained in:
Alexey Sokolov
2018-06-14 22:26:42 +01:00
+1 -1
View File
@@ -76,7 +76,7 @@ class CAdminLogMod : public CModule {
Log("[" + GetUser()->GetUserName() + "/" + GetNetwork()->GetName() +
"] disconnected from IRC: " +
GetNetwork()->GetCurrentServer()->GetName() + " [" +
Message.GetParamsColon(1) + "]",
Message.GetParamsColon(0) + "]",
LOG_NOTICE);
}
return CONTINUE;