envbot is an advanced modular IRC bot coded in
bash. Features include SSL, IPv6, modularity (with
several good modules already), transport modules
(including OpenSSL, GnuTLS, netcat, etc.),
loading/unloading/reloading of modules at runtime,
rehashing configuration at runtime, advanced
access control, and much more.
License: GNU General Public License v3
Changes:
A workaround was added for a problem where nick desync occurred during connections with ghost. A missing INVITE hook was added. parse_hostmask_*() was made faster and includes some missing quotes. The broken misc_clean_spaces function was fixed.