Collective, this code is what i have that sends a reply if someone types
/msg ChanServ anywhere other than its proper channel this works for all of the services....
On *:Input:*: {
if (/msg* iswm $1-) && (*serv iswm $2) && ($active != $+(@,$2)) { /echo -a All $2 commands should be typed in the $+(@,$2) Window! Please type: 12/ $+ $2 | halt }
}
My problem lies with the code you just supplied and this code They clash and the command echos in the status window. However if i take out my code, then yours works fine ....any way this can be fixed so that they both work together? Thanks again
Basically make one code that works for both purposes and the four windows in question...