tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
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
using
Tgstation.Server.Host.Components.Interop
;
5
6
namespace
Tgstation.Server.Host.Components.Chat
7
{
11
public
interface
ICustomCommandHandler
12
{
21
ValueTask<MessageContent>
HandleChatCommand
(
string
commandName,
string
arguments,
ChatUser
sender, CancellationToken cancellationToken);
22
}
23
}
Tgstation.Server.Host.Components.Chat.ChatUser
Represents a tgs_chat_user datum.
Definition
ChatUser.cs:12
Tgstation.Server.Host.Components.Chat.ICustomCommandHandler
Handles Commands.ICommands that map to those defined in a IChatTrackingContext.
Definition
ICustomCommandHandler.cs:12
Tgstation.Server.Host.Components.Chat.ICustomCommandHandler.HandleChatCommand
ValueTask< MessageContent > HandleChatCommand(string commandName, string arguments, ChatUser sender, CancellationToken cancellationToken)
Handle a chat command.
Tgstation.Server.Host.Components.Chat
Definition
ChannelMapping.cs:4
Tgstation.Server.Host.Components.Interop
Definition
BridgeCommandType.cs:2
Generated by
1.9.8