home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-03-14 | 2.4 KB | 70 lines |
- [Upgrade]
- ;
- ; 10-th call
- ;
- Reason Call (10) ; Reason for increasing access level:
- ; 'Call (<number of call>)', 'BirthDay' or
- ; 'Date <date>'
- ;
- Inform_Via Display ; How we will inform the user (Display - display
- ; a file, Message (<area number>) - post a
- ; message in an area with <area number> number).
- ;
- FileName upgr ; Name of the file for displaying/posting
- ; (without any extension and path if you want
- ; this file to be displayed). On the other hand
- ; if you want this file to be posted in a
- ; message area you should specify it with the
- ; full path.
- ;
- Mode Forever ; Period for fiving this access level to a user:
- ; Forever (forever ;) ¿½¿ Today (only today ;)
- ;
- Security 2 ; [+]<security>, where security is a concrete
- ; access level or how many points upgrader will
- ; add to the existing access level of this user
- ; (if '+' exists)
- ;
- Check <2 !0 ; Make changings to the access level only if
- ; if this statements are true.
- ; You can add any conditions using space symbol
- ; " " or coma ",".
- ; Accessible logical operators in the conditions:
- ; "<" (access level is less than specified,
- ; for example: <3), '>' (access level is bigger
- ; than specified) and '!' (not as specified),
- ; for example: !10
-
- [Upgrade]
- ;
- ; 100-th call
- ;
- Reason Call (100)
- Inform_Via Display
- FileName upgr
- Mode Forever
- Security +1
- Check <3 !3
-
- [Upgrade]
- ;
- ; Birthday
- ;
- Reason BirthDay
- Inform_Via Display
- FileName bd
- Mode Today
- Security 4
- ;Check
-
- [Upgrade]
- ;
- ; SysOp's birthday
- ;
- ;Reason Date (27-04-81)
- ;Inform_Via Display
- ;FileName sysopbd
- ;Mode Today
- ;Security 4
- ;Check
-