This shows you the differences between two versions of the page.
— |
motd_script [2007/02/20 03:54] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: motd_script.txt,v 1.2 2007/02/20 03:54:29 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[load]] motd | ||
+ | |||
+ | ======Description:====== | ||
+ | This script implements the client-side motd support that used to be a built | ||
+ | in feature. The person responsible for the client at your site should create | ||
+ | a file in $irclib/ircII.motd, and each time this file changes, the file will | ||
+ | be displayed to the user the next time they start the client. | ||
+ | |||
+ | The script maintains a timestamp file at ~/.ircII.motd, which tells the | ||
+ | script the last time the user viewed the local motd file. | ||
+ | |||
+ | ======History:====== | ||
+ | This script firat appeared in epic4pre1.002. | ||
+ | |||