File Release Notes and Changelog
Notes:
# 0.1.9.3b - bk 2003-09-16
# BK has taken over this project while A4 works on the memo-bot and stats.
# Fixed disconnect_user, that commented-out line still needs to be there :(
# Added a few more place identifiers to the parse_dns. Other little tweaks.
# Added Installation Notes and Hub Commands documentation for others.
# Will work towards allowing easier modification of this script for users
# in different countries, ie. more global variables and config files.
Changes:
# 0.1.9.2b - bk 2003-09-14
# Bug with the parse_dns_au() primary check against .au domains; now fixed.
#
# 0.1.9.1b - bk 2003-09-14
# Removed all the completely buggy switch/case statements and replaced them
# with the old workhorse if/elsifs. Added more op commands: -disconnect,
# -kickban, and -permkickban. Allowed for all commands to be given in PM to
# the bot, which will, in turn, reply only in PM. This is perhaps a
# workaround until we mod the ODCH code itself to censor commands, but
# it should be useful nonetheless. Documented the main sub headings.
# Still need to add more commands for regular ops, that will be attempted in
# the next build, but for now this is fairly stable.
#
# 0.1.9a - bk 2003-09-12
# Improved the versioning system. Added reverse-dns parser functionality to
# the whereis() sub, to determine the state or territory in which most
# (probably 85% successful) AU visitors are from. Those without a detectable
# hostname are left as just AU. For it to work at all, the config must have
# the line: reverse_dns = 1. Added a couple more operator commands.
...