hello guys, i've posted this on another place but it seems to me that egghelp.org community is much more active so let me try here.
this is the basic idea. when i type
/notice <bot> <cmd>
if my mask match certian criteria cmd will be executed. for example:
/notice somebot part #channel buh bye
if my mask is jdart!*@*.myisp.com
bot will leave the #channel with part message, and list of masks could be provided at the begining of the script. so the approach is for the bot to just execute raw irc command send via notice or msg.
does anyone have some solution on how to accomplish this. of course instead of /notice could be /msg <bot> <cmd>, whatever is easier.
this is more like an idea, im not into tcl so whatever is the easiest or most elegant. apologies if this has been answered before, i couldnt find it. reason for this is, well this can make bot owners life easier. :)
thanks in advance.
Last edited by jdart on Tue Oct 09, 2007 4:09 pm, edited 1 time in total.