Give Techbot the ability to check for and ghost existing bots, then rename itself
[reactos.git] / irc / TechBot / TechBot.IRCLibrary / IRC.cs
index f1abf5b..ca85f08 100644 (file)
@@ -17,10 +17,12 @@ 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 = "NICKSERV GHOST";\r
+               public const string NOTICE = "NOTICE";\r
 \r
                public const string RPL_NAMREPLY = "353";\r
                public const string RPL_ENDOFNAMES = "366";\r
+               public const string ERR_NICKNAMEINUSE = "433";\r
 \r
                #endregion\r
 \r