/*
 * This is a sample ~/.teknaprc (UNIX) or teknap-rc (win32)
 *
 * The purpose of this is to show you an effective way of loading my scripts
 * as well as set some other standard stuff.
 */

/*
 * Add/Remove servers to your server list.
 * Syntax: server -add server:port:nick:pass:0
 */
server -add bitchx.dimension6.com:8888
server -add opennap.squidcafe.com:8888
server -add mp3.chemlab.org:8888
server -add lightning.reboot.org:8888
server -add wintermute.sparhawk.bc.ca:8888
server -add imperialfleet.com:8888
server -add kadoozie.com:8888

/*
 * Gives you a two line status bar.
 */
window double on


/*
 * Directory where you decided to unpack these scripts.
 * Remove the # at the beginning of the correct line. Make sure the scripts
 * are actually in the directory you put here. Remember, you can put them
 * anywhere as long as you change this variable.
 */

/* UNIX users uncomment this line */
#assign SCRIPT_DIR ~/.TekNap/scripts
/* Windows users uncomment this line */
#assign SCRIPT_DIR ~/scripts

/*
 * Which scripts you want loaded.
 */
assign SCRIPTS autoresponse away bans floodprot functions misc nickcomp oper window

/*
 * Load the scripts.
 */
if (SCRIPTS && SCRIPT_DIR)
{
	fe ($SCRIPTS) file
	{
		^load $SCRIPT_DIR/$file\.tek
	}
}
