Hello,

mIRC can generally have a lot of on text: events without problems, even if they are regular expressions, wildcards etc. The problem is, I would like to be able to have a dynamic command system on my bot, rather than having to create the commands myself.

These commands may vary in format, so they would probably need to be in the regular expression form.

My question is, is there any good way to do this? What I am guessing I would need to do is load into memory all the different regular expressions for commands, and what to do if they are called. However, would running regular expression on every single line of text in a number of busy channels cause some problems within scripting? Would it be any worse than having them manually defined? Is there any good way to go about this?

Thanks smile