commit ca7c34259adbe580e994ca08eddef2bdcfb3cec3
Author: Josuah Demangeon <[email protected]>
Date: Wed Feb 26 22:32:53 2020 +0100
rocks: add jj IRC client
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 2aaf7677..45862b37 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
@@ -104,6 +104,7 @@ This covers most console-based programs and programs from
* [hii](https://github.com/nmeum/hii) - A file-based IRC client, inspired by
ii, with a focus on easing [frontend
development](https://github.com/nmeum/insomnia)
* [ii](//tools.suckless.org/ii/) - A FIFO based IRC client which is part of
the suckless.org project.
+* [jj](https://github.com/aaronNGi/jj) - A rework of ii that offloads all the
IRC protocol parsing to an awk script, permitting triggers.
* [irc.c from mpu](https://c9x.me/irc/) - A minimal curses IRC client.
* [Irc](https://swtch.com/irc/) - IRC client for ACME.
* [ircrc](http://plan9.bell-labs.com/sources/contrib/fgb/rc/ircrc) - An
rc-based IRC client similar to ircc. Needs minor modification to run on UNIX.