From 8f31b7943edc88e66a7bcc5415e08d6b9689e237 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 27 Jan 2023 20:21:13 +0300 Subject: fixes #3314 (broken IRC) --- protocols/IRCG/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/main.cpp b/protocols/IRCG/src/main.cpp index c80a013e46..1eef0b3c84 100644 --- a/protocols/IRCG/src/main.cpp +++ b/protocols/IRCG/src/main.cpp @@ -46,7 +46,7 @@ static PLUGININFOEX pluginInfoEx = CMPlugin::CMPlugin() : ACCPROTOPLUGIN("IRC", pluginInfoEx) { - SetUniqueId("Nick"); + SetUniqueId("ID"); } ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3