Hi, i have a script that gives info about my bot in this way:
Code: Select all
putquick "PRIVMSG $nick : Aiuto sui comandi del bot "
The problem is that if two or more users ask for the help typing the relative command, the bot gives the info first to one user and then awaits for the script to end before giving the same info to the second user, creating a queque.
I.E., if there are many people onchan this is quite annoying for one to get help.
Is there anything to try, maybe in a different way of doing it ?
Thanks
PS i'm not so smart with tcl