Closed
Bug 283995
Opened 20 years ago
Closed 20 years ago
"/commands" command with pattern doesn't work, typo - MSG_MATCHING_COMMANDS vs. msg.match.commands
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugmail, Assigned: rginda)
Details
(Whiteboard: [cz-0.9.68])
Attachments
(1 file)
1.49 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050226 Firefox/1.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050226 Firefox/1.0+
"/commands a" returns a MSG_MATCHING_COMMANDS not defined error. Either
MSG_MATCHING_COMMANDS needs to be changed in the function, or msg.match.commands
needs to be changed.
Reproducible: Always
Steps to Reproduce:
1. Use the "/commands" command in Cz with a pattern.
That's it.
Actual Results:
MSG_MATCHING_COMMANDS is not defined, yadda yadda.
Expected Results:
Currently implemented commands matching the pattern “...” are [...].
Type /help <command-name> for information about a specific command.
Reporter | ||
Comment 1•20 years ago
|
||
I changed msg.match.commands because msg.matching.commands sounds better than
msg.match.commands :P
Attachment #175765 -
Flags: review?(silver)
Comment 2•20 years ago
|
||
Comment on attachment 175765 [details] [diff] [review]
msg.match.commands -> msg.matching.commands
r=silver@warwickcompsoc.co.uk
Nit: line up the items. :)
Attachment #175765 -
Flags: review?(silver) → review+
Comment 3•20 years ago
|
||
Checked in --> FIXED.
In approximately 15 minutes a build with this fix will be available from:
http://twpol.dyndns.org/mozilla/chatzilla/nightly/
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Whiteboard: [cz-0.9.68]
Updated•4 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•