From da314683099dad3db071cf2bbf7206915d74a28c Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 24 Nov 2022 20:02:36 +0000 Subject: [PATCH] Update message in clientnotify to tell what ID is that See #1843 --- modules/clientnotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/clientnotify.cpp b/modules/clientnotify.cpp index b4d17488..e982f2f1 100644 --- a/modules/clientnotify.cpp +++ b/modules/clientnotify.cpp @@ -62,7 +62,7 @@ class CClientNotifyMod : public CModule { [=](const CString& sLine) { OnNotifyOnNewIP(sLine); }); AddCommand("NotifyOnNewID", t_d(""), 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(""),