tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Chat
ICustomCommandHandler.cs
Go to the documentation of this file.
1
using
System
.Threading;
2
using
System
.Threading.Tasks;
3
4
namespace
Tgstation
.
Server
.Host.Components.Chat
5
{
9
public
interface
ICustomCommandHandler
10
{
19
Task<string> HandleChatCommand(
string
commandName,
string
arguments,
ChatUser
sender, CancellationToken cancellationToken);
20
}
21
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Chat.ChatUser
Represents a tgs_chat_user datum
Definition:
ChatUser.cs:10
Tgstation.Server.Host.Components.Chat.ICustomCommandHandler
Handles Commands.ICommands that map to those defined in a IChatTrackingContext
Definition:
ICustomCommandHandler.cs:9
Tgstation
Generated by
1.8.11