tgstation-server  4.3.2
The /tg/station 13 server suite
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 }
Represents a tgs_chat_user datum
Definition: ChatUser.cs:10
Handles Commands.ICommands that map to those defined in a IChatTrackingContext