diff options
author | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2013-05-29 11:37:30 +0200 |
---|---|---|
committer | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2013-05-29 11:37:30 +0200 |
commit | 392f92b82bbc368efe639818f92c468466dda6cd (patch) | |
tree | 6ab51c85f2a2ffefdf0ec5cdc295673b96249195 | |
parent | 9fee166e100d48cf0ebfc751f68ed5b11e7f7b48 (diff) | |
download | plan9front-392f92b82bbc368efe639818f92c468466dda6cd.tar.xz |
ircrc: target is more important (especially in winwatch)
-rwxr-xr-x | rc/bin/ircrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/ircrc b/rc/bin/ircrc index 0a4a29196..c746bb636 100755 --- a/rc/bin/ircrc +++ b/rc/bin/ircrc @@ -199,7 +199,7 @@ fn title { echo name /$server/$target/-ircrc > /mnt/acme/$winid/ctl } if not - label ircrc $server - $target + label $target@$server } while (~ $1 -*) { |