Method | Description | |
---|---|---|
UnbanUser ( this client, |
Unbans a user in chat using JoinedChannel
|
|
UnbanUser ( this client, string viewer, bool dryRun = false ) : void |
Unbans a user in chat using first joined channel.
|
|
UnbanUser ( this client, string channel, string viewer, bool dryRun = false ) : void |
Unbans a user in chat using a string for the channel
|
public static UnbanUser ( this client, |
||
client | this | |
channel | JoinedChannel object to send unban to | |
viewer | string | Viewer name to unban |
dryRun | bool | Indicates a dryrun (will not send if true) |
return | void |
public static UnbanUser ( this client, string viewer, bool dryRun = false ) : void | ||
client | this | |
viewer | string | Viewer name to unban |
dryRun | bool | Indicates a dryrun (will not send if true) |
return | void |
public static UnbanUser ( this client, string channel, string viewer, bool dryRun = false ) : void | ||
client | this | |
channel | string | Channel in string form to send unban to |
viewer | string | Viewer name to unban |
dryRun | bool | Indicates a dryrun (will not send if true) |
return | void |