tgstation-server
4.4.0
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Chat
IChatManagerFactory.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
using
Tgstation
.
Server
.
Host
.
Components
.
Chat
.
Commands
;
3
using
Tgstation
.
Server
.
Host
.
IO
;
4
5
namespace
Tgstation
.
Server
.Host.Components.Chat
6
{
10
interface
IChatManagerFactory
11
{
19
IChatManager
CreateChatManager(
IIOManager
ioManager,
ICommandFactory
commandFactory, IEnumerable<Models.ChatBot> initialChatBots);
20
}
21
}
Tgstation.Server.Host.Components.Chat
Definition:
ChannelMapping.cs:1
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Chat.IChatManager
For managing connected chat services
Definition:
IChatManager.cs:13
Tgstation.Server.Host.Components.Chat.Commands.ICommandFactory
Factory for built in ICommands
Definition:
ICommandFactory.cs:8
Tgstation.Server.Host.Components.Chat.Commands
Definition:
ByondCommand.cs:10
Tgstation.Server.Host.Components.Chat.IChatManagerFactory
For creating IChatManagers
Definition:
IChatManagerFactory.cs:10
Tgstation.Server.Host.Components
Tgstation.Server
Tgstation.Server.Host.IO.IIOManager
Interface for using filesystems
Definition:
IIOManager.cs:11
Tgstation.Server.Host
Tgstation
Tgstation.Server.Host.IO
Definition:
Console.cs:6
Generated by
1.8.11