Comands with arguments are not working #8

Closed
opened 2021-05-30 06:02:16 +02:00 by Rumidom · 1 comment
Rumidom commented 2021-05-30 06:02:16 +02:00 (Migrated from github.com)

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.

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.
issork commented 2021-06-02 18:09:30 +02:00 (Migrated from github.com)

Thanks, missed this while fixing #6!

Closed by 4ecb633152.

Thanks, missed this while fixing #6! Closed by 4ecb6331529018c85adb8246e90d09fd50037dc6.
Sign in to join this conversation.
No description provided.