ircdog v0.5.0
ircdog v0.5.0 is a new release with fixes and enhancements:
- Readline support is now enabled by default. To disable, use
--no-readlineor--raw, or set the environment variableIRCDOG_READLINE=0 - Added the
--script=<file>argument, which reads an initial list of commands to send from a file - Added the
--reconnect=<time>argument, which enables automatic reconnection on disconnections not caused by the QUIT command or Ctrl-D. The time argument specifies a delay between reconnection attempts.