# CHANGELOG - Motd 1.1 IRC Channel Message of The Day
# Copyright (C) 1997, 1998  Daniel Corbe
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA


# Motd 1.1 by Daniel Corbe (Byrd) 
# BotName: Byrd@Visigarth
#   Email: corbe@corbe.net

ChangeLog:

1.0 - 1.0.1
  1.0.1: Fixed some spelling mistakes
  1.0.1: Fixed the !nogreet !yesgreet message. Works now.
  1.0.1: Fixed some sloppy code
  1.0.1: Fixed the problem with the bot showing itself the motd *grin*

1.0.1 - 1.0.2
  1.0.2: Ported for Eggdrop 1.1(.5). I think 1.2.0 sucks so there will be
         no support for that release.
  1.0.2: Added CTCP VERSION support because this is the only script that
         I have made that does not support a ctcp version reply.

1.0.2-1.0.3
  1.0.3: Fixed the problem with the hello binding -- OOPS =)

1.0.3-1.0.4
  1.0.4: Now distributed under GPL. (See LICENSE for information)
  1.0.4: Fixed spelling mistakes in README. Deep 6'd READTHIS.NOW
  1.0.4: No longer depends on other scripts to function.
  1.0.4: Added CTCP-Cloaking to hide bots. (Due to popular demand I 
         added this. I personally think its ludocrise to try and hide a
         bot if it's going to dump large chunks of text to people.)
  1.0.4: Added setting to define what MYWORD is for configuration
         compatibility reasons.
  1.0.4: Finally tracked down that missing close brace in do_show_motd()  
         !@$#&
   +1.3: Ported for eggdrop 1.3.XX

1.0.4-1.1
    1.1: Moved the Change Log from motd.tcl to CHANGELOG.. Looks nicer =)
    1.1: Due to popular request PRIVMSGs changed to NOTICEs (required
         somewhat of a minor rewrite)
    1.1: Bot now does config.tcl settings report in /ctcp version and /msg
         botname !motd version.
    1.1: Moved CTCP VERSION REPLY settings from bindings.tcl to config.tcl 
         It makes more sense in config.tcl...
    1.1: Added multi channel support. Please see README.multichan for details.
