Simplest way to show user messages from an irc channel in a terminal - Servers Administration, Networking, & Virtualization
Users browsing this thread: 1 Guest(s)
|
|||
You can bring logs to sic with tee: "$ sic ... | tee -a <channel-name>" which will append logs to the file "<channel-name>".
And you can bring output multiplexing to ii with tail: "$ cd $IRC_DIR; tail -f */out */*/out". Then you will have messages from all channels, and you switch channel, the path to the channel will be displayed: Code: ==> irc.freenode.net/#something/out <== This is a standard tail feature. :) |
|||
Messages In This Thread |
Simplest way to show user messages from an irc channel in a terminal - by buttcake - 22-05-2017, 12:35 PM
RE: Simplest way to show user messages from an irc channel in a terminal - by z3bra - 22-05-2017, 06:07 PM
RE: Simplest way to show user messages from an irc channel in a terminal - by josuah - 22-05-2017, 06:19 PM
RE: Simplest way to show user messages from an irc channel in a terminal - by josuah - 22-05-2017, 06:26 PM
RE: Simplest way to show user messages from an irc channel in a terminal - by josuah - 22-05-2017, 06:40 PM
RE: Simplest way to show user messages from an irc channel in a terminal - by josuah - 23-05-2017, 02:29 AM
RE: Simplest way to show user messages from an irc channel in a terminal - by buttcake - 26-05-2017, 05:57 AM
RE: Simplest way to show user messages from an irc channel in a terminal - by josuah - 26-05-2017, 06:48 PM
|