Closed Bug 22304 Opened 26 years ago Closed 26 years ago

No error reporting: logging in twice fails silently

Categories

(Other Applications Graveyard :: ChatZilla, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mcafee, Assigned: rginda)

Details

Leave irc running on machine A, goto machine B and log into irc again, same user id. You should get an error saying you're already logged on, instead chatzilla sits there and does nothing.
Status: NEW → ASSIGNED
mmm, The "nickname is already in use" message isn't hooked up to the display routine. If you turn on debug messages in the options menu, you shold see the event get routed to network.on433 (I think that's the code), but no such handler exists, so the message just gets dropped. I've got this fixed in my tree at home, but might not get a chance to checkin until after the holidays. Incidentally, the there is no network.onError handler hooked up either, so if the server kicks you off for some reason, chatzilla will appear to have failed silently also. This is fixed in my local tree as well.
Nick in use message hooked up.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
verified on linux i686 2000053019
Status: RESOLVED → VERIFIED
Product: Core → Other Applications
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.