mirror of
https://github.com/znc/znc.git
synced 2026-08-10 19:02:51 +02:00
Normalize methods with 'UserName' to 'Username'
This commit is contained in:
@@ -31,7 +31,7 @@ class CNotifyConnectMod : public CModule {
|
||||
}
|
||||
|
||||
void NotifyAdmins(const CString& event) {
|
||||
CString client = GetUser()->GetUserName();
|
||||
CString client = GetUser()->GetUsername();
|
||||
if (GetClient()->GetIdentifier() != "") {
|
||||
client += "@";
|
||||
client += GetClient()->GetIdentifier();
|
||||
|
||||
Reference in New Issue
Block a user