source: trunk/athena/bin/lert/model.txt @ 7779

Revision 7779, 1.2 KB checked in by cfields, 30 years ago (diff)
Initial revision
RevLine 
[7779]1For Clarification:
2
31.  lert used in login
4    may use zephyr or cat
5    should not use -n
6    i.e. put the messages up every time it is run.
7
82.  lert run by hand can use -n
9    this will tell the server you want to be removed
10    the server will remove you from the db, moving your current record
11to a log db
12
13so...
14
15
16(admin view)
17administrator does
18
19lertload b < file_of_names
20
21file_of_names
22alpha
23beta
24
25and makes file lertb (whatever text you like)
26
27(user view)
28alpha logs in, gets shown lertb.
29
30when alpha gets tired of seeing lertb, runs
31
32lert -n
33
34which moves that record to log.
35
36(it also shows him all the messages once more--this helps avoid
37problems with not seeing some message due to time)
38
39(added fun)
40admin can also use
41
42lertdump
43
44to see who is in the database with what categories
45
46lertstop b
47
48to remove all the b's in the database
49
50lertused name
51
52to remove a user from the database
53
54lertsaid
55
56to see who is in the log database
57
58note:  lert0 will be shown first to people getting other messages.
59       recommended usage:
60         "To stop seeing these messages, please type lert -n"
61
62or whatever other usage notes people want to show the users who are
63being sent messages... (thanks to Craig for pointing out this
64documentation horror!)
65
Note: See TracBrowser for help on using the repository browser.