mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
controlpanel.cpp: Modify the message for when you attempt to delete the currently active network
This commit is contained in:
@@ -775,7 +775,7 @@ class CAdminMod : public CModule {
|
||||
}
|
||||
|
||||
if (pNetwork == m_pNetwork) {
|
||||
PutModule("Currently active network can be deleted via *status");
|
||||
PutModule("The currently active network can be deleted via " + m_pUser->GetStatusPrefix() + "status");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user