home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircii30.zip / script / sysload < prev    next >
Text File  |  1996-03-03  |  3KB  |  45 lines

  1. #
  2. # SYSLOAD - IrcII/OS2 starup script, loaded just after client startup, before
  3. # connecting to 1st server. Display some logos and load user-defined startup
  4. # file
  5. #
  6. # Do not edit this file, create 'ircstart' script instead in the directory
  7. # where irc.exe is loacated. It will be loaded just after this one
  8. #
  9.  
  10. @ old_translation = TRANSLATION
  11. ^set translation latin_1
  12. @ old_cntlc = CNTLC_COLORS
  13. ^set cntlc_colors on
  14. echo
  15. echo 0F     08▄09▄█▄ 08▄09▄████████▄  08▄09▄███████▄  08▄09▄█▄  08▄09▄█▄0F    0B  IrcII/OS2               0F   
  16. echo 0F    08█09█████08█09███▀  08▀09▀███08█09████▀ 08▀09▀███08█09█████08█09█████    0B 0E(c) 1996 Max Mikhanosha0B 0F   
  17. echo 0F    08█09█████08█09███▄  08▄09▄███08█09████0F       08█09█████08█09█████    0B 0Eemail: 0Bmikh@escape.com  0F   
  18. echo 0F    08█09█████08█09█████████▀ 08█09████0F       08█09█████08█09█████    0B                         0F   
  19. echo 0F    08█09█████08█09████08▀09▀████▄08█09████▄ 08▄09▄███08█09█████08█09█████0F                                
  20. echo 0F     08▀09▀█▀ 08▀09▀██▀  08▀09▀██▀ 08▀09▀███████▀  08▀09▀█▀  08▀09▀█▀0F                                 
  21. echo 0F                                                                              
  22. echo 0F                                   08▄09▄███████▄  08▄09▄███████▄  08▄09▄███████▄0F         
  23. echo 09  0FThe only 0BOS/20F client 100%       08█09████▀▀▀████08█09████▀08▀09▀████08█09███▀▀▀█████0F        
  24. echo 09  0Fcompatible with unix ircii      08█09███    08█09███08▀09▀█████▄▄0F       08▄09▄████▀0F         
  25. echo 09  0Fscripts07.0F                        08█09███    08█09███   08▀09▀▀█████▄  08▄09▄████▀0F           
  26. echo 0F                                  08█09████▄▄▄████08█09████▄08▄09▄████08▄09▄█████▄▄▄▄▄0F        
  27. echo 0F                                   08▀09▀███████▀  08▀09▀███████▀ 08▀09▀█████████▀0F        
  28. echo 0F   03 0F                                                                          
  29. echo 09   03┌─■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■─┐0F      
  30. echo 0E   03│0E  07If you want to use unmodified unix ircii scripts, a few things  03│0F      
  31. echo 0E   03│0E  07must be added to a 0BCONFIG.SYS07 file. If you are experiencing any0F 03│0F      
  32. echo 0E   03│0E  07problems with scripts, please run syscheck script by typing 0F    03│0F      
  33. echo 0E   03│0E  0B/load syscheck07 from 0BIrcII/OS207 prompt.0F                           03│0F      
  34. echo 0E   03└──────────────────────────────────────────────────────────────────┘0F      
  35. echo
  36.  
  37. eval ^set translation $old_translation
  38. eval ^set cntlc_colors $old_cntlc
  39. ^assign -old_translation
  40. ^assign -old_cntlc
  41. ^sleep 1
  42.  
  43. ^load ircstart
  44.  
  45.