mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
Correct typo in controlpanel.
This typo was created in commit 853ddc5c2a
This commit is contained in:
@@ -203,7 +203,7 @@ class CAdminMod : public CModule {
|
||||
else if (sVar == "admin")
|
||||
PutModule("Admin = " + CString(pUser->IsAdmin()));
|
||||
else if (sVar == "statusprefix")
|
||||
PutModule("StatuxPrefix = " + pUser->GetStatusPrefix());
|
||||
PutModule("StatusPrefix = " + pUser->GetStatusPrefix());
|
||||
else
|
||||
PutModule("Error: Unknown variable");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user