tgstation-server  4.4.0
The /tg/station 13 server suite
IChatTrackingContext.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
4 
5 namespace Tgstation.Server.Host.Components.Chat
6 {
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 }
Notifyee of when ChannelRepresentations in a IChatTrackingContext are updated.
Definition: IChannelSink.cs:10
Represents a tracking of dynamic chat json files