Currently ive made a !kick but it cant kick people that have space in their name
CSHARP Code
- if (Message.Substring(0, 5) == "!kick")
- {
- ServerCommand("kick " + Message.Substring(5));
- }


