Hi there,
I tried a few different solutions to try and get an on text trigger for $me, but to no avail.
Basically, the code I have now looks something like
on $999:text:/^[!@.`~^](do|bot)/Si:#:{
With 'bot' being the bots name, but certain factors need me to refine that to the current nick, instead of a set string, something like:
on $999:text:/^[!@.`~^](do|$me)/Si:#:{
Would prefer not to have * and use an if statement to do it, but I guess I might have to if it isn't possible any other way.
Any help is appreciated.
Thanks.