mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2003
Posts: 7
S
sobel Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2003
Posts: 7
Not sure if it's already been suggested but I would love to be able to set different /whois info per network (or connection). This includes nickname, fullname and ident. Also if possible, firewall setting.

Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
This can be scripted...
/help /server
look at the -i switch
and you can change firewall settings trough scripts w/ /firewall

on *:start: {
firewall plaa plaa plaa
server irc.server.com -i nick1 anick1 ident@mail.com fullname
firewall plaa plaa plaa
server -m irc.server2.com -i nick2 anick2 ident2@mail.com fullname2
etc...
}

I'm not against the suggestion, I'm just showing a way around the problem until the feature gets added to mIRC


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Umm... what does any of the script you just posted have to do with displaying info in /whois?

Anyway, it's not possible for mIRC to change the whois information, that is controlled by the server, not the client.

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I would say theRat is right (or at least his approach is since I haven't tested his code) since the poster also mentioned firewall information which can't appear in whois events from the server.

Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
To my understanding, he was saying he wants /whois to display something like "Watchdog is using a firewall" and I'm saying that can't be done.

Joined: Aug 2003
Posts: 7
S
sobel Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2003
Posts: 7
I'm afraid they're right. Yes, that's exactly what I was asking for. Thanks for the trick, theRat.


Link Copied to Clipboard