Method | Description | |
---|---|---|
DeOp ( ) : void |
Removes operator privileges from the user in the channel.
|
|
DeVoice ( ) : void |
Devoices the user in the channel
|
|
Kick ( string comment = null ) : void |
Kicks the user from the channel, giving the specified comment.
|
|
Op ( ) : void |
Gives the user operator privileges in the channel.
|
|
ToString ( ) : string |
Returns a string representation of this instance.
|
|
Voice ( ) : void |
Voices the user in the channel.
|
Method | Description | |
---|---|---|
OnModesChanged ( |
Raises the ModesChanged event.
|
|
OnPropertyChanged ( |
Raises the PropertyChanged event.
|
Method | Description | |
---|---|---|
HandleModeChanged ( bool add, char mode ) : void | ||
IrcChannelUser ( |
public Kick ( string comment = null ) : void | ||
comment | string | The comment to give for the kick, or |
return | void |
protected OnModesChanged ( |
||
e | The |
|
return | void |
protected OnPropertyChanged ( |
||
e | The |
|
return | void |