diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-27 20:21:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-27 20:21:13 +0300 |
commit | 8f31b7943edc88e66a7bcc5415e08d6b9689e237 (patch) | |
tree | 36f18a56ded188df171c848127551cf8b339a71e /protocols | |
parent | 899221e2d058f5afe30bb2ecdbf168c8ad3c15a6 (diff) |
fixes #3314 (broken IRC)
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/IRCG/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<CIrcProto>("IRC", pluginInfoEx)
{
- SetUniqueId("Nick");
+ SetUniqueId("ID");
}
/////////////////////////////////////////////////////////////////////////////////////////
|