tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Chat
IChatFactory.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
IChatFactory
11
{
19
IChat
CreateChat(
IIOManager
ioManager,
ICommandFactory
commandFactory, IEnumerable<Models.ChatBot> initialChatBots);
20
}
21
}
Tgstation.Server.Host.Components.Chat
Definition:
Channel.cs:5
Tgstation.Server.Host.Components.Chat.IChatFactory
For creating IChats
Definition:
IChatFactory.cs:10
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Chat.IChat
For managing connected chat services
Definition:
IChat.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:
BoolConverter.cs:4
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