Re: Channel Tagging if multiple channels in a single window
Marcus Rueckert <[email protected]>
| Newsgroups | gmane.network.irc.irssi.user |
|---|---|
| Message-ID | <[email protected]> |
On 2004-08-01 08:48:37 +0200, Marc Haber wrote:
> Date: Sun, 1 Aug 2004 08:48:37 +0200
> I have one channel, and the corresponding operators channel in the
> same irssi window. The main channel has about a hundred times more
> traffic than the ops channel. To distinguish both channels, I have
> channel tagging on in that window.
>
> Is it possible to have messages to the main channel untagged
> ("<Nick>"), and messages to the ops channel tagged
> ("<Nick:#channel-ops>"), preferably with a custom tag like
> ("<Nick:ops>")?
yes it is. i attached my log.theme to this message. its based on my
default.theme with just this stuff tweaked:
--- default.theme 2004-07-30 19:09:27.000000000 +0200
+++ log.theme 2004-07-30 19:09:27.000000000 +0200
@@ -153,7 +153,8 @@
pubmsghinick = "{msgnick $1 $0$2-%n}";
# channel name is printed with message
- msgchannel = "%K:%c$*%n";
+ #msgchannel = "%K:%c$*%n";
+ msgchannel = "";
# private message, $0 = nick, $1 = host
privmsg = "[%R$0%K(%r$1-%K)%n] ";
msgchannel adds the :<item> to the nick. if you unset it the item wont
be logged anymore
hope this helps
darix
--
irssi - the client of the smart and beautiful people
http://www.irssi.de/