Does anyone know how to make a command that shows all the commands created in a .ini file. For example: I have these commands !addcom, !editcom, !delcom. They practically a command to create another command. I wanna know if there's a way to show the data stored in the commands.ini instead of a text file.
Or is there a way to have separate commands for separate channels.
on *:TEXT:!commands:#: {
if ((%floodcom) || ($($+(%,floodcom.,$2),2))) { return }
set -u10 %floodcom On
set -u30 %floodcom. $+ $nick On
msg # Commands are: $read(commands.txt)
}