From: Pierre Schweitzer Date: Sun, 3 Aug 2008 20:06:40 +0000 (+0000) Subject: Fixed ident X-Git-Tag: backups/umode-network-branch@37897~719 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=33bbf518a59f31dc576ed5083984b31bf7b08c92 Fixed ident svn path=/trunk/; revision=35088 --- diff --git a/irc/TechBot/TechBot.IRCLibrary/IRC.cs b/irc/TechBot/TechBot.IRCLibrary/IRC.cs index f1abf5b5746..0fee5f29ac0 100644 --- a/irc/TechBot/TechBot.IRCLibrary/IRC.cs +++ b/irc/TechBot/TechBot.IRCLibrary/IRC.cs @@ -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"; diff --git a/irc/TechBot/TechBot.IRCLibrary/IrcClient.cs b/irc/TechBot/TechBot.IRCLibrary/IrcClient.cs index 7851d6fa366..8d07e50e5d8 100644 --- a/irc/TechBot/TechBot.IRCLibrary/IrcClient.cs +++ b/irc/TechBot/TechBot.IRCLibrary/IrcClient.cs @@ -639,8 +639,8 @@ namespace TechBot.IRCLibrary if (password != null) SubmitPassword(password); ChangeNick(nickname); - /* Before we send our nickname, just ghost it */ - SendMessage(new IrcMessage(IRC.GHOST, nickname)); + /* Before we send our nickname, just ghost it */ + SendMessage(new IrcMessage(IRC.GHOST, nickname)); /* OLD: USER */ /* NEW: USER */ SendMessage(new IrcMessage(IRC.USER, String.Format("{0} 0 * :{1}",