mirror of
https://github.com/znc/znc.git
synced 2026-05-01 02:52:30 +02:00
Add more verbose output when setting/getting MinClients
This commit is contained in:
@@ -152,10 +152,10 @@ public:
|
||||
|
||||
void OnMinClientsCommand(const CString& sLine) {
|
||||
if (sLine.Token(1).empty()) {
|
||||
PutModule(CString(m_iMinClients));
|
||||
PutModule("Current MinClients setting: " + CString(m_iMinClients));
|
||||
} else {
|
||||
SetMinClients(sLine.Token(1).ToUInt());
|
||||
PutModule("MinClients set");
|
||||
PutModule("MinClients set to " + CString(m_iMinClients));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user