diff options
Diffstat (limited to 'protocols/IRCG/src')
-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");
}
/////////////////////////////////////////////////////////////////////////////////////////
|