commit f8ac645b4d69ff40161900145901963e791a25a1
parent 054ca57f71b27c40dd37392bd0aa554b59877391
Author: Ivan c00kiemon5ter Kanakarakis <ivan.kanak@gmail.com>
Date: Fri, 13 Jul 2012 01:36:31 +0300
iibots: add iibot bot (shameless plug)
Diffstat:
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/tools.suckless.org/ii/bots.md b/tools.suckless.org/ii/bots.md
@@ -36,6 +36,24 @@ If you want some kind of automatic reconnects in ii you can make a something lik
bots for irc it (ii)
====================
+iibot
+------
+
+[iibot](https://github.com/c00kiemon5ter/iibot) by c00kiemon5ter
+is written in bash, but can easily be translated to plain sh (ask him).
+
+It uses a main script to connect to multiple servers and channels,
+and auto-reconnect and auto-join on network failure.
+
+It reads commands with a leading '!' and calls a secondary script
+to handle the command and the responce.
+That way commands can be added or removed dynamically.
+The secondary script knows the network, channel, nick and message that
+triggered the command, so it is easy to filter responses to commands
+to specified channels, users and such.
+
+if you need help, do not hesitate to ask c00kiemon5ter on freenode and oftc.
+
nagios
------