Closed
Bug 217474
Opened 22 years ago
Closed 21 years ago
ircu's numeric 330 displayed incorrectly
Categories
(Other Applications :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: thib+mozilla, Assigned: rginda)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030823
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030823
On a network running ircu (e.g. Undernet), performing a /whois on a logged-in
nickname returns a backwards sentence such as "NickName UserName is logged in
as" instead of "NickName is logged in as UserName" (related to ircu's numeric
330). Others (e.g. mIRC) already had to deal with this cosmetic issue in the
recent past; ChatZilla should too :-)
Reproducible: Always
Steps to Reproduce:
1. Log on to Undernet.
2. Find a user who is logged into Undernet's X/CService. This includes all users
whose hostmask is *!*@*.users.undernet.org
3. Type /whois NickName or use a Whois command in a menu.
Actual Results:
If I perform this on myself, I get this (my IP address is edited out...):
=== Thib <~billythib@aussiebil.users.undernet.org> “Thib & Billy”
=== Thib: member of @#sanfrancisco, #lyon, #grenoble, and @#BayArea
=== Thib: attached to SanJose.CA.us.undernet.org “service provided by Webmaster.com”
=== Thib aussiebil is logged in as
=== Thib: idle for 6 minutes, 35 seconds (on since Wed Aug 27 2003 07:11:39
GMT-0700 (Pacific Standard Time))
--- End of WHOIS information for Thib
Expected Results:
Instead one should see this (or something similar):
=== Thib <~billythib@aussiebil.users.undernet.org> “Thib & Billy”
=== Thib: member of @#sanfrancisco, #lyon, #grenoble, and @#BayArea
=== Thib: attached to SanJose.CA.us.undernet.org “service provided by Webmaster.com”
=== Thib is logged in as aussiebil
=== Thib: idle for 6 minutes, 35 seconds (on since Wed Aug 27 2003 07:11:39
GMT-0700 (Pacific Standard Time))
--- End of WHOIS information for Thib
(I know it's annoying to encounter duplicate bug reports. I did my best to find
this bug in the database but didn't find it. Sorry if it is indeed a duplicate
of someone else's)
Comment 1•22 years ago
|
||
Confirmed on WinXP trunk 2003082505 (ChatZilla 0.9.28).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•21 years ago
|
||
Reporter, is this simply a case of formatting the incoming data for 330 messages
in a slightly different-to-original order?
(I'm guessing the message is like "330 <nickname> <username> :is logged in as")
That's correct; it's only about the formatting. No big fat bug here, just a
cosmetic touch. :-)
Comment 4•21 years ago
|
||
Chatzilla 0.9.54 is now available and has landed on the trunk (cvs). This should
have resolved this bug; if it has not, please reopen it.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
You need to log in
before you can comment on or make changes to this bug.
Description
•