mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
@@ -62,7 +62,7 @@ class CClientNotifyMod : public CModule {
|
||||
[=](const CString& sLine) { OnNotifyOnNewIP(sLine); });
|
||||
AddCommand("NotifyOnNewID", t_d("<on|off>"),
|
||||
t_d("Specifies whether you want to be notified about new "
|
||||
"connections with new IDs"),
|
||||
"connections with new client IDs"),
|
||||
[=](const CString& sLine) { OnNotifyOnNewID(sLine); });
|
||||
AddCommand(
|
||||
"OnDisconnect", t_d("<on|off>"),
|
||||
|
||||
Reference in New Issue
Block a user