Opened 16 years ago
Closed 12 years ago
#71 closed enhancement (fixed)
:irc-msg could select network more cleverly
Reported by: | broder@MIT.EDU | Owned by: | nelhage@MIT.EDU |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | IRC | Keywords: | irc |
Cc: |
Description
Right now, if you're connected to two networks and try to :irc-msg a room without specifying a network, it errors.
Generally, I don't join channels of the same name on different networks; it'd be cool if :irc-msg could figure that out.
Change History (3)
comment:1 Changed 16 years ago by nelhage@MIT.EDU
- Owner changed from nelhage@mit.edu to nelhage@MIT.EDU
- Status changed from new to assigned
comment:2 Changed 14 years ago by jgross@mit.edu
- Component changed from internals to IRC
comment:3 Changed 12 years ago by ezyang@mit.edu
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Ah. Hm. I broke this by not marking irc-msg as needing a channel in the call to mk_irc_command. I guess I need to be more clever about my meta-programming…