home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / top2src.zip / CMI.TXT < prev    next >
Text File  |  1996-01-11  |  476b  |  22 lines

  1. Enter TOP:
  2.  
  3. join() default channel
  4. if failed, join() personal channel
  5. if failed, exit() with error
  6.  
  7. Join channel:
  8.  
  9. check() ban/invite, if fails then don't move
  10. unjoin() current channel
  11. join() new channel
  12. if failed, join() default channel
  13. if failed, join() personal channel
  14. if failed, exit() with error
  15.  
  16. Banned/uninvited from current channel:
  17.  
  18. unjoin() current channel
  19. join() default channel
  20. if failed, join() personal channel
  21. if failed, exit() with error
  22.