diff --git a/pages/irc_todo.md b/pages/irc_todo.md
index 86adc5c..8ce90ae 100644
--- a/pages/irc_todo.md
+++ b/pages/irc_todo.md
@@ -9,16 +9,20 @@ desc: ws
### the selection
+installed
ircd-hybrid [https://github.com/ircd-hybrid/ircd-hybrid](https://github.com/ircd-hybrid/ircd-hybrid)
: light and *easy to setup* , the one most of irc rpi server seems to use / No logging by default
+installed
inspirc [https://www.inspircd.org/](https://www.inspircd.org/)
: modular , to compile from source , huge documentation , logging by default
+UnrealIrc [https://www.unrealircd.org/docs/About_UnrealIRCd](https://www.unrealircd.org/docs/About_UnrealIRCd)
+: currently the most widely deployed IRC Server with a market share of 38% according to IRCStats.org.
### Logging solution
-- `inspirc` do it by default
+- `inspirc` do *really* it by default
- using a logBot from the internet
- building one
- using `irssi` irc client on the server side with logging enable in a `screen` or `tmux` session
@@ -29,6 +33,11 @@ inspirc [https://www.inspircd.org/](https://www.inspircd.org/)
- using a irc logging system
+### stuff of interest
+
+irc client in flask
+[https://github.com/linxlunx/flask-irc](https://github.com/linxlunx/flask-irc)
+
### chat gpt cheat for creating a bot
untested