16
submitted 1 year ago by lntl to c/irc

My guess is that most people use Irssi or Weechat. Would be surprised to hear if anyone uses ircii or mirc, and the only way to find out is to ask.

What's your favorite client?

you are viewing a single comment's thread
view the rest of the comments
[-] igemnace 5 points 1 year ago* (last edited 1 year ago)

Yeah, I use weechat.

But in the interest of sharing something new: I do also like ii, which is a minimal filesystem-based IRC client. To tail a channel's messages, for example, you could do

tail -f #vim/out

Then to send a message,

echo 'Hello, world!' > #vim/in

Fun for the first five minutes just pulling together a makeshift IRC client with tmux panes and the above, but then you realize the depth of the iceberg with its scriptability with standard Unix pipelines. Tail out into a perl script that pipes back into in for example and you have a bot.

this post was submitted on 08 Jul 2023
16 points (100.0% liked)

Internet Relay Chat

222 readers
2 users here now

founded 1 year ago
MODERATORS