tgstation-server
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, User sender, CancellationToken cancellationToken);
20  }
21 }
Represents a tgs_chat_user datum
Definition: User.cs:10
Handles Commands.ICommands that map to those defined in a IJsonTrackingContext