# Here's the plan
# Output the MOTD for the user.
# Load this in "local" for maximum effect.

load less
@ date = ftime(~/.ircII.motd)
@ fdate = ftime($irclib()/ircII.motd)
if (fdate && (date < fdate))
{
	less $irclib()/ircII.motd
	exec touch ~/.ircII.motd
}

#hop'97
