mIRC Home    About    Download    Register    News    Help

Print Thread
#132817 14/10/05 03:42 AM
Joined: May 2003
Posts: 22
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: May 2003
Posts: 22
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)


ShadowWlf
Server Administrator Rancho.ForeverChat.net
#132818 14/10/05 03:47 AM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
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-
}



Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
#132819 14/10/05 03:48 AM
Joined: Sep 2005
Posts: 21
D
Ameglian cow
Offline
Ameglian cow
D
Joined: Sep 2005
Posts: 21
ALT + O --> IRC ---> check whois in Show in active diallog. /help irc

#132820 14/10/05 04:04 AM
Joined: May 2003
Posts: 22
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: May 2003
Posts: 22
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


ShadowWlf
Server Administrator Rancho.ForeverChat.net
#132821 14/10/05 05:48 AM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
use the script i posted in your remotes... remove any old instances..


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
#132822 14/10/05 06:45 AM
Joined: Jul 2003
Posts: 655
Fjord artisan
Offline
Fjord artisan
Joined: Jul 2003
Posts: 655
You more than likely have a script loaded somewhere that is manipulating/redirecting the whois reply.


"Allen is having a small problem and needs help adjusting his attitude" - Flutterby

Link Copied to Clipboard