Would that be the issue, even if the bot does respond correctly once “woken up”?
The whole command is:
n10=on *:text:Test:#: {
n11= if ((%floodTest) || ($($+(%,floodTest.,$nick),2))) { return }
n12= set -u10 %floodTest On
n13= set -u30 %floodTest $+ $nick On
n14= msg $chan $read(TestLines.txt)
n15=}
The bot is meant to read a random line from the file upon a given command. The file is in the AppData\Roaming/mIRC folder. I assume the error message is referring to line 14? Pretty standard to have the closing bracket be on its own line. No?