tgstation-server  4.4.0
The /tg/station 13 server suite
IChatManagerFactory.cs
Go to the documentation of this file.
1 using System.Collections.Generic;
3 using Tgstation.Server.Host.IO;
4 
5 namespace Tgstation.Server.Host.Components.Chat
6 {
11  {
19  IChatManager CreateChatManager(IIOManager ioManager, ICommandFactory commandFactory, IEnumerable<Models.ChatBot> initialChatBots);
20  }
21 }
For managing connected chat services
Definition: IChatManager.cs:13
Interface for using filesystems
Definition: IIOManager.cs:11