Closed
Bug 79322
Opened 25 years ago
Closed 24 years ago
[RFE] Make chatzilla user scriptable
Categories
(Other Applications Graveyard :: ChatZilla, enhancement)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: matt, Assigned: rginda)
References
Details
The end user should be able to add hooks to chatzilla, using:
- A Javascript file in the user's profile directory.
- Components (Javascript or otherwise).
| Reporter | ||
Comment 1•25 years ago
|
||
Oh, whatever it is that adds hooks to chatzilla should also be able
to manipulate the networks lists, and manipulate the mungers.
| Assignee | ||
Comment 2•25 years ago
|
||
I've got a fix for this in the 0.8.1 series on hacksrus, but they're not checked
in, and havn't been updated to work with moz0.9x. In the interim, you can put a
.js file anywhere on your disk and load it like...
/eval client.load ("file:///u/rginda/chatzilla-script.js");
The fix in 0.8.1x adds a "startup scripts" pref, chatzilla will load the
script(s) pointed to by the pref on startup.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•24 years ago
|
||
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•