Fixed ident

svn path=/trunk/; revision=35088
This commit is contained in:
Pierre Schweitzer 2008-08-03 20:06:40 +00:00
parent 35d4b52b92
commit 33bbf518a5
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ namespace TechBot.IRCLibrary
public const string PRIVMSG = "PRIVMSG";
public const string USER = "USER";
public const string PASS = "PASS";
public const string GHOST = "NS GHOST";
public const string GHOST = "NS GHOST";
public const string RPL_NAMREPLY = "353";
public const string RPL_ENDOFNAMES = "366";