I tried a $eval(,0) for that...didn't solve it...your idea might be better...

I'd like to note that DCC is not an option...for reasons beyond me, the bot seats on a mIRC client in a comp that's un-DCC-able. smirk

I'll try to just have it write it down with $eval(,0) and /load -rs it...except they'd all have to go on the same file, can't have a hundred files loaded after all...

The goal was a bot that I could add commands and events to remotely.
The first code goes in mIRC to act uppon certain events,
the second one goes in a file mIRC will scan to perform it's commands when ever an event/command is triggered.

Let's say a user type "&cominfo comadd", this will trigger the OnText event in mIRC, which will the perform all the lines in $mircdirzBOT\Text, in the code there is the check for commands.
The code in "Text" should trigger by the &cominfo, and perform the code in $mircdirzBOT\command_cominfo, which in tern will send the user a notice with information on a command called "comedit".

I hope that helps...
ziv.