mIRC Homepage
Posted By: ShadowWlf a simple on:join whois - 14/10/05 03:42 AM
been playing with this-have an on:join whois already-but that always sends to status screen-looking =for something simple that would whois someone when they join the channel, and output it via either active channel or notice-everything I've tried so far isn't working right

(makes note to edit siggy)
Posted By: Lpfix5 Re: a simple on:join whois - 14/10/05 03:47 AM
Code:

on 1:JOIN:#: {
whois $nick
}

RAW 311:*: {
echo -a $2-
}
RAW 307:*: {
echo -a $2-
}
RAW 319:*: {
echo -a $2-
}
RAW 312:*: {
echo -a $2-
}
RAW 313:*: {
echo -a $2-
}
RAW 310:*: {
echo -a $2-
}
RAW 320:*: {
echo -a $2-
}
RAW 318:*: {
 echo -a $2-
}

Posted By: David_James Re: a simple on:join whois - 14/10/05 03:48 AM
ALT + O --> IRC ---> check whois in Show in active diallog. /help irc
Posted By: ShadowWlf Re: a simple on:join whois - 14/10/05 04:04 AM
still just showing in status screen-notice, whois, ctcp and such are checked to show in active, think the on join one needs a variable to show in active
Posted By: Lpfix5 Re: a simple on:join whois - 14/10/05 05:48 AM
use the script i posted in your remotes... remove any old instances..
Posted By: Om3n Re: a simple on:join whois - 14/10/05 06:45 AM
You more than likely have a script loaded somewhere that is manipulating/redirecting the whois reply.
© mIRC Discussion Forums