Opened 14 years ago
Closed 10 years ago
#78 closed defect (fixed)
:irc-msg username fails iff the current message is of type IRC
Reported by: | geofft@MIT.EDU | Owned by: | geofft@mit.edu |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | IRC | Keywords: | |
Cc: |
Description
The code in mk_irc_command assumes that the indirect object is a channel starting with #, not a user. In the case of /msg, this is wrong, so you end up mis-sending that person's username to the current channel iff the module is able to "guess" the indirect object from the current message.
Change History (1)
comment:1 Changed 10 years ago by ezyang@mit.edu
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I think this is fixed.