Comands with arguments are not working #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
on function handle_message, message.split maxsplit should be 4 not 3:
var msg : PoolStringArray = message.split(" ", true, 4)otherwise msg[3] will not be reconized as a comand, and msg[4] wont exist.
Thanks, missed this while fixing #6!
Closed by
4ecb633152.