mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:42:58 +00:00
- Changed ghost command (using NickServ)
- Ghost before registering svn path=/trunk/; revision=35091
This commit is contained in:
parent
555a6a340f
commit
c17bb07ec3
2 changed files with 6 additions and 3 deletions
|
@ -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 = "MSG NICKSERV GHOST";
|
||||
|
||||
public const string RPL_NAMREPLY = "353";
|
||||
public const string RPL_ENDOFNAMES = "366";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue