tgstation-server  4.3.2
The /tg/station 13 server suite
IProviderFactory.cs
Go to the documentation of this file.
2 
3 namespace Tgstation.Server.Host.Components.Chat.Providers
4 {
8  interface IProviderFactory
9  {
15  IProvider CreateProvider(ChatBot settings);
16  }
17 }
For interacting with a chat service
Definition: IProvider.cs:12
Manage the server chat bots
Definition: ChatBot.cs:9