Update message in clientnotify to tell what ID is that

See #1843
This commit is contained in:
Alexey Sokolov
2022-11-24 20:02:36 +00:00
parent 5eb2be278d
commit da31468309

View File

@@ -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>"),