Свойство | Тип | Описание | |
---|---|---|---|
DisableBanning | bool | ||
IsHidden | bool | ||
IsLogging | bool | ||
IsPrivate | bool | ||
IsWhitelisted | bool | ||
RoomInfo | RoomInfo | ||
ShowWebStates | bool |
Метод | Описание | |
---|---|---|
Ban ( string name ) : void | ||
Demod ( string name ) : void | ||
GetHistoryLines ( Connection connection ) : List |
Called by SendHistory.
|
|
IsBanned ( string name ) : bool | ||
IsMod ( string name ) : bool | ||
Leave ( ) : void |
Called when leaving the room. Must call base.
|
|
Mod ( string name ) : void | ||
Room ( RoomInfo roomInfo ) : System | ||
Send ( string str ) : void |
Send a message as the bot. Should call base.
|
|
SendHistory ( Connection connection ) : void |
Called when somebody joins the room. Should call base.
|
|
SendLine ( HistoryLine line ) : void |
Called when a message is being sent to the room. Should call base.
|
|
SendLineFilter ( HistoryLine line, IEnumerable |
Filter sessions which receive lines from SendLine.
|
|
SendMessage ( Connection connection, string message ) : void |
Called when somebody sends a message.
|
|
SessionDisconnect ( Session session ) : void | ||
SessionEnter ( Session session ) : void | ||
SessionLeft ( Session session ) : void | ||
Unban ( string name ) : void | ||
Update ( ) : void |
Метод | Описание | |
---|---|---|
AddHistory ( HistoryLine line ) : void | ||
ClearScrollbackFor ( Connection connection ) : void |
public GetHistoryLines ( Connection connection ) : List |
||
connection | Connection | |
Результат | List |
public Room ( RoomInfo roomInfo ) : System | ||
roomInfo | RoomInfo | |
Результат | System |
public SendHistory ( Connection connection ) : void | ||
connection | Connection | |
Результат | void |
public SendLine ( HistoryLine line ) : void | ||
line | HistoryLine | |
Результат | void |
public SendLineFilter ( HistoryLine line, IEnumerable |
||
line | HistoryLine | |
sessions | IEnumerable |
|
Результат | IEnumerable |
public SendMessage ( Connection connection, string message ) : void | ||
connection | Connection | |
message | string | |
Результат | void |
public SessionDisconnect ( Session session ) : void | ||
session | Session | |
Результат | void |
public SessionEnter ( Session session ) : void | ||
session | Session | |
Результат | void |
public SessionLeft ( Session session ) : void | ||
session | Session | |
Результат | void |