[1339] in BarnOwl Developers
[nelhage/barnowl] e0fba5: IRC: Don't use a default target for irc-msg
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:15:34 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Wed, 11 Mar 2009 15:49:40 -0700
To: dirty-owl-hackers@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: e0fba580e00ea460323c4cc152af03a7857adabf
http://github.com/nelhage/barnowl/commit/e0fba580e00ea460323c4cc152af03a7857adabf
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-03-11 (Wed, 11 Mar 2009)
Changed paths:
M perl/modules/IRC/lib/BarnOwl/Module/IRC.pm
Log Message:
-----------
IRC: Don't use a default target for irc-msg
Because /msg can take either a user or a channel, it's ambiguous whether
'irc-msg nelhage' with your cursor on a message to #barnowl is supposed
to tell #barnowl 'nelhage', or start a message to nelhage. Resolve this
by just never taking the channel from the current message.