diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-14 00:07:42 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:24 +0700 |
commit | 901d10e94874d539c6f5b21523789a5e2343b0a9 (patch) | |
tree | a0cbb4e9775ece61b013b3c50e51146d85543ec3 /network/ircII/man/ircio.1 | |
parent | ee5489e7ef85645b40c47b57d803c4ffe4f6c62f (diff) |
network/ircII: Updated for version 20210616_2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ircII/man/ircio.1')
-rw-r--r-- | network/ircII/man/ircio.1 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/network/ircII/man/ircio.1 b/network/ircII/man/ircio.1 new file mode 100644 index 0000000000..76dfa2cae5 --- /dev/null +++ b/network/ircII/man/ircio.1 @@ -0,0 +1,39 @@ +.TH ircio 1 "September 2021" "ircII @VERSION@" "SlackBuilds.org" +.SH NAME +ircio \- A quaint little program to make irc life PING free +.SH DESCRIPTION +This little program connects to the server (given as arg 1) on +the given port (given as arg 2). It then accepts input from stdin and +sends it to that server. Likewise, it reads stuff sent from the server and +sends it to stdout. Simple? Yes, it is. But wait! There's more! It +also intercepts server PINGs and automatically responds to them. This +frees up the process that starts ircio (such as IRCII) to pause without +fear of being pooted off the net. +.P +.B ircio +is not intended to be run by itself. It's started by ircII's -S command\-line +option. +.P +.SH BUGS +.B ircio +doesn't work at all with SSL\-enabled IRC connections. It also +doesn't work properly with the +.B libera.chat +network even without SSL: you can connect, but you'll get disconnected +before the MOTD is sent. +.P +There are better ways to solve the problem +.B ircio +solves, such as +.BR screen (1), +.BR tmux (1), +or just multiple X terminals. There's no need to suspend +.B ircII +in such environments. +.SH AUTHOR +.EX +Michael Sandrof +.EE +.SH SEE ALSO +.BR ircII (1), +.BR ircflush (1) |