home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bx75p3.zip / doc / example-.bitchxrc < prev    next >
Text File  |  1999-02-23  |  582b  |  20 lines

  1. # ~/.bitchxrc file
  2. #
  3. # This file is automatically loaded by BitchX before you connect
  4. # to a server.  You can use any commands you want.  Most often,
  5. # this file is used to automatically load scripts. -power
  6. ##############################################################################
  7.  
  8. # loads the script 'venoma.irc' located in your ~/.BitchX/ directory.
  9. ^load venoma.irc
  10.  
  11. # loads cypress script located in /your_home_dir/cyp/
  12. ^load ~/cyp/cyp.bx
  13.  
  14. # sets up an alias for an easy way to change channel modes
  15. ^alias cm {mode $C $*}
  16.  
  17. # load the blowfish module
  18. ^loaddll blowfish.so
  19.  
  20.