home *** CD-ROM | disk | FTP | other *** search
- #
- # SYSLOAD - IrcII/OS2 starup script, loaded just after client startup, before
- # connecting to 1st server. Display some logos and load user-defined startup
- # file
- #
- # Do not edit this file, create 'ircstart' script instead in the directory
- # where irc.exe is loacated. It will be loaded just after this one
- #
-
- @ old_translation = TRANSLATION
- ^set translation latin_1
- @ old_cntlc = CNTLC_COLORS
- ^set cntlc_colors on
- echo
- echo 0F 08▄09▄█▄ 08▄09▄████████▄ 08▄09▄███████▄ 08▄09▄█▄ 08▄09▄█▄0F 0B IrcII/OS2 0F
- echo 0F 08█09█████08█09███▀ 08▀09▀███08█09████▀ 08▀09▀███08█09█████08█09█████ 0B 0E(c) 1996 Max Mikhanosha0B 0F
- echo 0F 08█09█████08█09███▄ 08▄09▄███08█09████0F 08█09█████08█09█████ 0B 0Eemail: 0Bmikh@escape.com 0F
- echo 0F 08█09█████08█09█████████▀ 08█09████0F 08█09█████08█09█████ 0B 0F
- echo 0F 08█09█████08█09████08▀09▀████▄08█09████▄ 08▄09▄███08█09█████08█09█████0F
- echo 0F 08▀09▀█▀ 08▀09▀██▀ 08▀09▀██▀ 08▀09▀███████▀ 08▀09▀█▀ 08▀09▀█▀0F
- echo 0F
- echo 0F 08▄09▄███████▄ 08▄09▄███████▄ 08▄09▄███████▄0F
- echo 09 0FThe only 0BOS/20F client 100% 08█09████▀▀▀████08█09████▀08▀09▀████08█09███▀▀▀█████0F
- echo 09 0Fcompatible with unix ircii 08█09███ 08█09███08▀09▀█████▄▄0F 08▄09▄████▀0F
- echo 09 0Fscripts07.0F 08█09███ 08█09███ 08▀09▀▀█████▄ 08▄09▄████▀0F
- echo 0F 08█09████▄▄▄████08█09████▄08▄09▄████08▄09▄█████▄▄▄▄▄0F
- echo 0F 08▀09▀███████▀ 08▀09▀███████▀ 08▀09▀█████████▀0F
- echo 0F 03 0F
- echo 09 03┌─■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■─┐0F
- echo 0E 03│0E 07If you want to use unmodified unix ircii scripts, a few things 03│0F
- echo 0E 03│0E 07must be added to a 0BCONFIG.SYS07 file. If you are experiencing any0F 03│0F
- echo 0E 03│0E 07problems with scripts, please run syscheck script by typing 0F 03│0F
- echo 0E 03│0E 0B/load syscheck07 from 0BIrcII/OS207 prompt.0F 03│0F
- echo 0E 03└──────────────────────────────────────────────────────────────────┘0F
- echo
-
- eval ^set translation $old_translation
- eval ^set cntlc_colors $old_cntlc
- ^assign -old_translation
- ^assign -old_cntlc
- ^sleep 1
-
- ^load ircstart
-
-