home *** CD-ROM | disk | FTP | other *** search
- Display(display\CHG,/:SEC/)
- MenuAsk%cron%(&CR&&3&Which message area would you like&11&(ENTER=Quit)&3&?&12&: &15&*)
- if (%Resp%)=(<CR>) then return
- *sela
- Number(%RESP%)
- If (%ARESP%)=(No) Then Return
- CmpValO(%MAXAREA%,%RESP%) ;cmpvalo will report no if it's under 1.
- IfTrue (Return)
- SelArea(%RESP%)
- EnufSec(%AREASEC%)
- IfTrue(Goto (cnt))
- SelArea(/:LASTMSG/)
- Say(&CR&&14&You don't have a high enough security level for that area.&CR&)
- enter
- Return
- *cnt
- Display(areas\welc%RESP%)
- say(&CR&&11&Changing...|)
- ListFile(areas\farea%RESP%)
- eline(13)
- if (%FAREA%)=(AREAS\FAREA%RESP%) then goto (fsetup)
- goto (seled)
-
- *fsetup
- selfarea(1)
- setequal(/lastdown=1)
- *seled
- Say(Area #%RESP%:&15& %AREANAME%&11& is now selected!&CR&&7&)
- if (%AREAPVT%)=(Y) then say(Private mail is allowed in this area.)
- if (%AREAPVT%)=(N) then say(No private mail is allowed in this area.)
- if (%AREAFPUB%)=(Y) then say(All messages are forced public.)
- if (%AREAFPVT%)=(Y) then say(All messages are forced private.)
- if (%MSGNET%)=(Y) then say(Netmail is supported in this area.)
- if (%MSGFNET%)=(Y) then say(All mail in this area is Netmail.)
- linefeed(1)
- log(--,Joined Conference #%RESP%)
- enter
- SetEqual(/LASTMSG=%RESP%)
- seek(areas\news/:lastmsg/.asc)
- iftrue(loadsub(control\macros\cnfnews.ctl))
- Return
-