Fixed ident
[reactos.git] / irc / TechBot / TechBot.IRCLibrary / IRC.cs
index 38cb448..0fee5f2 100644 (file)
@@ -16,6 +16,8 @@ namespace TechBot.IRCLibrary
                public const string PONG = "PONG";\r
                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
 \r
                public const string RPL_NAMREPLY = "353";\r
                public const string RPL_ENDOFNAMES = "366";\r