home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircii30.zip / ircstart < prev    next >
Text File  |  1996-03-03  |  875b  |  20 lines

  1. # ----------------------------------------------------------------------------
  2. # This is example startup script. it loaded _before_ connecting to any server
  3. # so dont use any commands that requre server connection here.
  4. #
  5. # If you want to join some channel on startup or do anything that requre
  6. # server connection, please use ~/.ircrc or ~/ircrc file wich will be loaded
  7. # after connected to 1st server.
  8. #
  9. # Note that loading huge scripts like phoenix or lice should be done in
  10. # ~/ircrc file, not here
  11. # ----------------------------------------------------------------------------
  12.  
  13. # remove # from the line with load if you want your nick automaticly slided if
  14. # nick is already in use. Example: /nick mikh will autochange to /nick ikhm
  15. # if mikh already logged on irc.
  16. # load autonick          
  17.  
  18. echo ### This is example of a new 'ircstart' script.
  19.  
  20.