Closed
Bug 361910
Opened 19 years ago
Closed 18 years ago
per-network script and alias support
Categories
(Other Applications Graveyard :: ChatZilla, enhancement)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sdaugherty, Assigned: rginda)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
This would aid in resolving 44423.
It should be possible to define aliases that only apply to specified networks, and that can be loaded from a script for that network.
This would allow us to create a default script for each configured network, which provides access to any network-specific functions.
Reproducible: Always
Comment 1•19 years ago
|
||
I am not really too happy about this idea. It would add a great deal of overhead where I believe it doesn't make sense to do so - that is, it would require (as far as I can tell) either gross modifications to the command manager (which would probably be quite hard while sticking to having it in irc/js/lib), or making a separate command manager for each view, which I think would be way too much overhead than would be required. Commands are sent to the server as raw data by default, if ChatZilla doesn't know about them, so in 99% of cases it won't actually add any functionality (even if we had the will to actually implement all those server-specific commands, which is unlikely, too).
Comment 2•18 years ago
|
||
After 9 months, poking this into the WONTFIX bin.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Updated•9 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
•