Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ircdog v0.5.0

Choose a tag to compare

@slingamn slingamn released this 04 Jun 08:18
· 26 commits to master since this release
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-readline or --raw, or set the environment variable IRCDOG_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.