Remove that part on all commands.

Would be easier to use this though:

RegisterCommand("me", function(source, args, rawCommand)
    TriggerClientEvent('chatMessage', -1, "^3>^1:^0 " .. name .. '^0' .. string.sub(rawCommand, 4))
end)