mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Official police business
This commit is contained in:
@@ -155,6 +155,8 @@ namespace TGServerService
|
||||
if (parameters.Count < 1)
|
||||
return "Usage: namecheck <target>";
|
||||
return NameCheck(parameters[0], speaker);
|
||||
case "kek":
|
||||
return SendMessage("kek");
|
||||
}
|
||||
return "Unknown command: " + command;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user