- Changed ghost command (using NickServ)
[reactos.git] / irc / TechBot / TechBot.IRCLibrary / IRC.cs
index 0fee5f2..f125ece 100644 (file)
@@ -17,7 +17,7 @@ namespace TechBot.IRCLibrary
                public const string PRIVMSG = "PRIVMSG";\r
                public const string USER = "USER";\r
                public const string PASS = "PASS";\r
-               public const string GHOST = "NS GHOST";\r
+               public const string GHOST = "MSG NICKSERV GHOST";\r
 \r
                public const string RPL_NAMREPLY = "353";\r
                public const string RPL_ENDOFNAMES = "366";\r