Closed
Bug 56708
Opened 25 years ago
Closed 25 years ago
Hookup rheet.wav into chatzilla
Categories
(Other Applications Graveyard :: ChatZilla, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: rginda)
References
()
Details
http://lxr.mozilla.org/seamonkey/source/extensions/irc/xul/content/static.js#211
should we change:
obj.munger.addRule ("rheet", /(rhee+t\!*)/i, "rheet");
to
obj.munger.addRule ("rheet", /(rhee+t\!*)/i, insertRheet);
and create a new function called:
function insertRheet()
{
}
Is that the best way to implement this?
Reporter | ||
Comment 1•25 years ago
|
||
*MASS SPAM*
Changing QA contact on all open or unverified ChatZilla bugs to me, David
Krause, as I am now the QA contact for this component.
QA Contact: rginda → David
Assignee | ||
Comment 3•25 years ago
|
||
forgot to mark this fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
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
•