home *** CD-ROM | disk | FTP | other *** search
- DefPause ($7$&0&[Send more text?]$0$&3& (&11&S&3&)top, (&11&N&3&)onstop or (&11&C&3&)ontinue?&12&: &7&)
- DefPif (s:stop,n:nonstop)
- if (%MULTI%)=(TRUE) then goto (start)
- say(&CR&&11&Sorry, %FNAME%, this system is not running the Multinode version of the)
- say(Powerboard BBS Package.&CR&&CR&&3&If you feel this would be a good addition to the BBS, please contact)
- say(your Sysop, %SYSOP%.&CR&)
- enter
- return
-
- *start
- setactivity (Entering Chat)
- SetWho1(&7&)
- SetWho2(&11&)
- SetWho3(&3&)
- SetWho4(&10&)
- SetWho5(&15&)
- display(display\chatconf)
- menuask(&3&Please select a chat conference&12&: &15&*%CRON%)
- if (%RESP%)=(<CR>) then return
- number(%RESP%)
- ifnottrue(goto (badsel))
- setequal(a=%RESP%)
- setequal(c=%NAME%)
- setlen(c=20)
- setequal(d=%FROM%)
- setlen(d=21)
- display(display\chatopt)
- loadsub(control\macros\mwho.ctl)
- menuask(&3&Nodes you would like to chat with, seperated by spaces &11&(A=All)&12&: &15&*%MIN1%%CRON%)
- if (%RESP%)=(<CR>) then return
- if (%RESP%)=(A) then goto (all)
- setequal(b=%RESP% %NODE%)
- display(display\stchat)
- mChat(%var%a %var%b)
- Return
-
- *all
- display(display\stchat)
- mchat(%var%a -1)
- return
-
- *badsel
- loadsub(control\macros\badsel.ctl)
- return
-