Closed
Bug 372262
Opened 19 years ago
Closed 19 years ago
CZ does not send text over DCC-Chat
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: merlyell, Assigned: Gijs)
Details
(Whiteboard: [cz-0.9.78])
Attachments
(1 file)
|
1.55 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: Chatzilla 0.9.77-rdmsoft [XULRunner 1.8.0.4/2006060814] BuildID:2007021411, 2007010907
Latest nightlies does not send normally text over DCC-Chat, but receives normally.
Upon sending some text, you receive
"[ERROR] this_dispatch: Command “say” must be run in the context of an attached server. @ <chrome://chatzilla/content/commands.js> 342" response, while DCC-FileSend works fine.
Reproducible: Always
Steps to Reproduce:
1. Open DCC-connection
2. Try saying something
Actual Results:
Error message is received.
| Assignee | ||
Comment 1•19 years ago
|
||
yeah, this is my regression thing. dispatching say was not a good idea, in some sense. We should really fix /say to work on dcc chat tabs though. James, got ideas about how we should do that? I'm personally voting for a new commandmanager flag thing.
Assignee: rginda → gijskruitbosch+bugs
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•19 years ago
|
||
Actually, I've re-thought my position. Let's do the same thing we already do for /me - just don't require anything and check whether the object knows about "say" or "act", respectively. Yay for one-line-patches!
Attachment #257842 -
Flags: review?(silver)
Comment 3•19 years ago
|
||
Comment on attachment 257842 [details] [diff] [review]
Patch
Oh, go on then. :P
Attachment #257842 -
Flags: review?(silver) → review+
| Assignee | ||
Comment 4•19 years ago
|
||
Checking in mozilla/extensions/irc/xul/content/commands.js;
/cvsroot/mozilla/extensions/irc/xul/content/commands.js,v <-- commands.js
new revision: 1.121; previous revision: 1.120
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.78]
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
•