tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Chat
IChatManagerFactory.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
using
Tgstation.Server.Host.Components.Chat.Commands
;
4
5
namespace
Tgstation.Server.Host.Components.Chat
6
{
10
interface
IChatManagerFactory
11
{
18
IChatManager
CreateChatManager
(
ICommandFactory
commandFactory, IEnumerable<Models.ChatBot> initialChatBots);
19
}
20
}
Tgstation.Server.Host.Components.Chat.Commands.ICommandFactory
Factory for built in ICommands.
Definition
ICommandFactory.cs:9
Tgstation.Server.Host.Components.Chat.IChatManagerFactory
For creating IChatManagers.
Definition
IChatManagerFactory.cs:11
Tgstation.Server.Host.Components.Chat.IChatManagerFactory.CreateChatManager
IChatManager CreateChatManager(ICommandFactory commandFactory, IEnumerable< Models.ChatBot > initialChatBots)
Create a IChatManager.
Tgstation.Server.Host.Components.Chat.IChatManager
For managing connected chat services.
Definition
IChatManager.cs:15
Tgstation.Server.Host.Components.Chat.Commands
Definition
CommandFactory.cs:12
Tgstation.Server.Host.Components.Chat
Definition
ChannelMapping.cs:4
Generated by
1.9.8