git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
20 lines
582 B
Plaintext
20 lines
582 B
Plaintext
# ~/.bitchxrc file
|
|
#
|
|
# This file is automatically loaded by BitchX before you connect
|
|
# to a server. You can use any commands you want. Most often,
|
|
# this file is used to automatically load scripts. -power
|
|
##############################################################################
|
|
|
|
# loads the script 'venoma.irc' located in your ~/.BitchX/ directory.
|
|
^load venoma.irc
|
|
|
|
# loads cypress script located in /your_home_dir/cyp/
|
|
^load ~/cyp/cyp.bx
|
|
|
|
# sets up an alias for an easy way to change channel modes
|
|
^alias cm {mode $C $*}
|
|
|
|
# load the blowfish module
|
|
^loaddll blowfish.so
|
|
|