if I know the username, how can I ban him via Insim?
struct MsgTypePack // 64 chars - send to LFS to simulate typing message or command
{
char Id [4]; // MST + zero
char Msg [64]; // text message or [B][I]/command[/I][/B], must end with zero
};