Is there anyway to trace when the bot changes its nick, when its not on any channel?
I know an alternative method; to make a continuous utimer loop to check if $botnick matches my defined nick or not, but the utimer will put alot of stress on the bot as it will be running 24/7 with very small intervals of time as I need the bind nick to react at instantly.
Any suggestions?