tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Chat
IChatTrackingContext.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Collections.Generic;
3
using
Tgstation
.
Server
.
Host
.
Components
.
Chat
.
Commands
;
4
5
namespace
Tgstation
.
Server
.Host.Components.Chat
6
{
10
public
interface
IChatTrackingContext
:
IChannelSink
,
IDisposable
11
{
15
bool
Active {
get
;
set
; }
16
20
IReadOnlyCollection<ChannelRepresentation> Channels {
get
; }
21
25
IEnumerable<CustomCommand> CustomCommands {
get
;
set
; }
26
31
void
SetChannelSink(
IChannelSink
channelSink);
32
}
33
}
Tgstation.Server.Host.Components.Chat
Definition:
ChannelMapping.cs:1
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Chat.IChannelSink
Notifyee of when ChannelRepresentations in a IChatTrackingContext are updated.
Definition:
IChannelSink.cs:10
Tgstation.Server.Host.Components.Chat.Commands
Definition:
ByondCommand.cs:9
Tgstation.Server.Host.Components
Tgstation.Server
Tgstation.Server.Host.Components.Chat.IChatTrackingContext
Represents a tracking of dynamic chat json files
Definition:
IChatTrackingContext.cs:10
IDisposable
Tgstation.Server.Host
Tgstation
Generated by
1.8.11