Closed
Bug 299521
Opened 19 years ago
Closed 19 years ago
Implement time, version, userhost, userip and user commands
Categories
(Other Applications :: ChatZilla, enhancement)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Gijs, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Whiteboard: [cz-0.9.69])
Attachments
(1 file)
|
19.90 KB,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
As in topic. Afterwards, normal users should be able to access all the 'normal' commands they expect. I'll make another bug + patch (hopefully) for the IRCop commands. They all work already, but it's nicer if we actually list ChatZilla as 'understanding' them, IMHO.
Comment 1•19 years ago
|
||
[USAGE] version <nickname> [HELP] Asks <nickname> what irc client they're running. Their IRC client may or may not show them that you've asked for this information. ChatZilla currently does not. Also, not all of these commands are universally supported. See the cmds=KNOCK,MAP,DCCALLOW,USERIP parameter in irc.mozilla.org's RPL_ISUPPORT message.
Comment 2•19 years ago
|
||
Useful code for detecting userip may be found in attachment 188137 [details] [diff] [review] of bug 299458.
| Assignee | ||
Comment 3•19 years ago
|
||
Patch 'done', finally. Requesting review. In addition to the changes described above, this patch also makes sure /name, /desc and /user manipulate the network preferences instead of the global one when used from a network/channel/user view. Silver's patch for the supported commands thing has since been checked in, as far as I can tell.
Attachment #192561 -
Flags: review?(rginda)
Comment 4•19 years ago
|
||
Comment on attachment 192561 [details] [diff] [review] Patch You could do cmdName and cmdDesc as a single function that switched on e.command.name, but it's not strictly necessary. r=rginda
Comment 5•19 years ago
|
||
Comment on attachment 192561 [details] [diff] [review] Patch r=rginda
Attachment #192561 -
Flags: review?(rginda) → review+
Comment 6•19 years ago
|
||
Checked in --> FIXED.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [cz-0.9.69]
You need to log in
before you can comment on or make changes to this bug.
Description
•