mIRC Home    About    Download    Register    News    Help

Print Thread
#114809 18/03/05 04:07 PM
R
r3mbr4ndt
r3mbr4ndt
R
I run an UnrealIRCd server and have noticed when I do a /whois a couple lines show up in the main status window instead of with the whois information. I've noticed this with other daemons also so Unreal isn't the only daemon affected.

Please add raw commands 379 and 671 to whois so that it shows up with whois instead of the main status window.

Code:
-> irc.bleh.bleh WHOIS r3mbr4ndt
<- :irc.bleh.bleh 311 r3mbr4ndt r3mbr4ndt admin bleh.bleh * :admin
<- :irc.bleh.bleh 379 r3mbr4ndt r3mbr4ndt :is using modes +iowghaAsxNWzHt +kcfvGqso
<- :irc.bleh.bleh 378 r3mbr4ndt r3mbr4ndt :is connecting from *@192.168.0.2 192.168.0.2
<- :irc.bleh.bleh 312 r3mbr4ndt r3mbr4ndt irc.bleh.bleh :Bleh Server
<- :irc.bleh.bleh 313 r3mbr4ndt r3mbr4ndt :is a Network Administrator
<- :irc.bleh.bleh 310 r3mbr4ndt r3mbr4ndt :is available for help.
<- :irc.bleh.bleh 671 r3mbr4ndt r3mbr4ndt :is using a Secure Connection
<- :irc.bleh.bleh 317 r3mbr4ndt r3mbr4ndt 15 1111161446 :seconds idle, signon time
<- :irc.bleh.bleh 318 r3mbr4ndt r3mbr4ndt :End of /WHOIS list.

#114810 18/03/05 07:49 PM
R
r3mbr4ndt
r3mbr4ndt
R
There is a pretty easy scripting work-around but it would be nice if this were built-in...

Code:
raw 379:*: { echo -a $2- | halt }
raw 671:*: { echo -a $2- | halt } 

#114811 19/03/05 06:19 PM
B
bamaboy1217
bamaboy1217
B
it is hard for mIRC to do that while i do believe those raws might possibily be listed in the rfc i do not think many ircds stick to those exact raws... in fact

here are those same two raws from solid-ircd that i am on

[338] bamaboy is actually ~Alex@cable.DELETED..al.charter.com [**.***.***.***]
[320] bamaboy is using modes [+owsrRgaAnhv] [Unknown RAW]

So while i dont really care to go look it up in the rfc to see if its there i do know the developers of solid and know they stick to the RFC whenever possible and yet they are useing different raw #'s than unreal so i dare say its not clearly distinguished.

While i am in favor of this its just impossible for mIRC to know who uses what raw and is therefore impossible to implement, which is why it was left out in the first place not to mention you must be a oper to see it anyway. So while a great idea, i HEAVILY doubt you will ever see this kinda thing implemented.... just script it (:

#114812 20/03/05 10:31 PM
Joined: Dec 2002
Posts: 346
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 346
I'd like mIRC to treat any unhandled numeric it 'sees' between the 311 and 318 numerics as being part of the /whois reply, and if there is no set behaviour/handling for the numeric in particular to just display it completely in the proper window for the /whois.

It'd make support for added replies instant and wouldn't break these replies if they were used differently on another IRCD (as they wouldn't be handled if not in the middle of a /whois).

Just a thought :P

#114813 21/03/05 04:58 PM
R
r3mbr4ndt
r3mbr4ndt
R
Perhaps they can add functionality that would allow the user to have a list of raw #'s that get treated as WHOIS in the options that we could add or del from?

#114814 20/04/05 10:32 AM
Y
yanka
yanka
Y
I think I found a new bug (sorry if this is the wrong thread for it, btw!). I'm using mIRC 6.16, and if I /whois myself (chat-solutions.org), I get disconnected:
Quote:
[10053] Software caused connection abort

It's weird, I know - but that's definitely what causes the disconnet (as I am on a very stable connection, and I tried it 4 times to make sure that was the cause shocked )

#114815 20/04/05 05:03 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
It's more likely that mIRC doesn't notice it's been disconnected until you try to perform a command rather than the command itself disconnecting you.

#114816 20/04/05 05:33 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Yep you're right. It happens to me a number of times on fresh mIRC so there's no doubt in my mind. smile


Link Copied to Clipboard