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
Commands
ICommand.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.Commands
5
{
9
public
interface
ICommand
10
{
14
string
Name {
get
; }
15
19
string
HelpText {
get
; }
20
24
bool
AdminOnly {
get
; }
25
33
Task<string> Invoke(
string
arguments,
ChatUser
user, CancellationToken cancellationToken);
34
}
35
}
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.Commands.ICommand
Represents a command that can be invoked by talking to chat bots
Definition:
ICommand.cs:9
Tgstation
Generated by
1.8.11