issork / gift

Godot IRC For Twitch addon
MIT License
150 stars 23 forks source link

Comands with arguments are not working #8

Closed Rumidom closed 3 years ago

Rumidom commented 3 years ago

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 3 years ago

Thanks, missed this while fixing #6!

Closed by 4ecb6331529018c85adb8246e90d09fd50037dc6.