메소드 | 설명 | |
---|---|---|
CompareTo ( Object o ) : int | ||
GetEnumerator ( ) : IEnumerator | ||
IrcUser ( |
||
IrcUser ( |
||
Is ( string nick ) : bool |
Compares this user'str nick with the specified string case-insensitively.
|
|
IsOn ( |
Indicates wether or not this User is on the specified channel.
|
|
IsOn ( string channame ) : bool |
Indicates wether or not this User is on the channel with the specified name
|
|
Matches ( string mask ) : bool | ||
Msg ( object format ) : void | ||
Notice ( string line ) : void | ||
ToString ( ) : string | ||
this ( string name ) : IrcChannel |
Returns the Channel with the specific name or null if the user is not on the Channel.
|
메소드 | 설명 | |
---|---|---|
AddChannel ( |
||
AddMode ( string mode ) : void | ||
ChangeNick ( string newNick ) : void | ||
DeleteChannel ( string chan ) : void | ||
DeleteMode ( string mode ) : void | ||
IrcUser ( |
||
Parse ( string mask ) : void | ||
SetInfo ( string username, string host, string info ) : void | ||
SetInfo ( string nick, string username, string pw, string info ) : void |
public IrcUser ( |
||
irc | ||
mask | string | |
리턴 | System |
public IrcUser ( |
||
irc | ||
nick | string | |
chan | ||
리턴 | System |
public Matches ( string mask ) : bool | ||
mask | string | The mask that is to be matched with this User'str mask. |
리턴 | bool |