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));
- }
![[Image: 24gu1a8.png]](http://i47.tinypic.com/24gu1a8.png)