If i divide the the file into 2 parts, is there a way to have the ones under [msg] to /msg and the ones under [desc] to /describe; but for the script to use both of them randomly.
file.txt
-----------------------------------
[msg]
hi
hello
[desc]
waves
-----------------------------------
So when someone says hi, i will sometimes /msg hi, or hello and sometimes /describe waves
Thanks