mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:45:50 +00:00
Give Techbot the ability to check for and ghost existing bots, then rename itself
svn path=/trunk/; revision=35264
This commit is contained in:
parent
b2a074adbf
commit
197cc3f634
3 changed files with 99 additions and 8 deletions
|
@ -17,10 +17,12 @@ namespace TechBot.IRCLibrary
|
|||
public const string PRIVMSG = "PRIVMSG";
|
||||
public const string USER = "USER";
|
||||
public const string PASS = "PASS";
|
||||
public const string GHOST = "MSG NICKSERV GHOST";
|
||||
public const string GHOST = "NICKSERV GHOST";
|
||||
public const string NOTICE = "NOTICE";
|
||||
|
||||
public const string RPL_NAMREPLY = "353";
|
||||
public const string RPL_ENDOFNAMES = "366";
|
||||
public const string ERR_NICKNAMEINUSE = "433";
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue