mIRC Home    About    Download    Register    News    Help

Print Thread
#183292 19/08/07 01:52 AM
Joined: Jul 2007
Posts: 1,129
T
Tomao Offline OP
Hoopy frood
OP Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Code:
raw 311:*: { echo -a Whois Info for $2 - Hostname: $3 $+ @ $+ $4 - Real Name: $6- | halt }


Ok, I got raw 311 code in my script. The thing is, it echos all the people in the room when I join in; even when a person joins the channel, it repeats the process. Is it possible to only echo upon the person who just enters instead of the whole population?

It goes like this when I join in. Then again when a person pops in:

Whois info for Hostname: SnowBoarder[241.Red-83-58-147.dynamicIP.rima-tde.net] - Real Name: none
Whois info for Joshn786 - Hostname: [241.Red-23-50-120.dynamicIP.rima-tde.net]- Real Name: none
Whois info for Mary1290 - Host Name:[241.Red-15-12-128.dynamicIP.rima-tde.net] Real Name: none

so on and so forth...

Tomao #183304 19/08/07 03:52 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Well, this code isn't what you need to change. Somewhere, you're doing a /whois on the channel. That's where you need to change it to only do a /whois on the person who joined except if you're the person who joined and then do it for the entire channel (if that's what you want to happen).


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard