no bs irc client
Built on top of https://c9x.me/irc/.
Requires ncurses
development files.
Clone this repo and:
$ make
# make install
Similarly, to uninstall:
# make uninstall
usage: irc [-n NICK] [-u USER] [-s SERVER] [-p PORT] [-l LOGFILE ] [-t] [-h]
The nick, user and password can be specified using IRCNICK
,
USER
and IRCPASS
environment variables.
/j #channel
— Join channel/l #channel
— Leave channel/me msg
— ACTION/q user msg
— Send private message/r something
— Send raw command/x
— Quit
- Ctrl+n/p to cycle through buffers.
- Emacs-like line editing commands: Ctrl+w/e/a etc.
- PgUp and PgDn to scroll.
In true suckless fashion, configuration is done via a config.h
file.
Recompile for changes to take effect.