Closed
Bug 235712
Opened 21 years ago
Closed 21 years ago
CTCP version has "null" parameter
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: rginda)
Details
(Whiteboard: cz-patch)
Attachments
(1 obsolete file)
When using /version on someone, the CTCP request sent is [\x01]VERSION
null[\x01], which causes some other clients (e.g. mIRC and X-Chat) to incorectly
ignore the request.
CIRCServer.prototype.ctcpTo and CIRCUser.prototype.ctcp just need their
parameters defaulted a bit better, so null counts as not specified.
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Updated•21 years ago
|
Whiteboard: cz-patch
Updated•21 years ago
|
Attachment #142721 -
Flags: review+
Reporter | ||
Comment 2•21 years ago
|
||
Comment on attachment 142721 [details] [diff] [review]
Changes parameter checks so null gets replaced with the default
Checked in.
Attachment #142721 -
Attachment is obsolete: true
Reporter | ||
Updated•21 years ago
|
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
•