#!/bin/sh

# TheQBot 3.99 - Start/Configuration File.
# Copyright(c) 2003 by commx (commx@tiscali.de).


# Server that Q connect to (Hostname or IP)
export Q_REMOTE_SERVER="hub.de.europenet.net"


# Port that Q will use (Standard: 4400)
export Q_PORT="4400"


# Commands Path (Path-to-Q/commands/lib) - DO NOT CHANGE
export Q_COMMANDS_DIR="$PWD/commands/lib"


# Database Path (Path-to-Q) - DO NOT CHANGE
export Q_DATABASE="$PWD"


# Log Path (Path-to-Q) - DO NOT CHANGE
export Q_LOG="$PWD"


# Nickname that Q will use (e.g.: Q)
export Q_NAME="G"


# Servername that Q will use (e.g.: CServe.yournet.org)
export Q_SERVER_NAME="CServe.europenet.org"


# Server Numeric that we will use (e.g.: 55)
export Q_SERVER_NUMBER="55"


# Server Linkpassword (e.g.: link4me)
export Q_SERVER_PASSWD="conn"


# Stats Path (Path-to-Q) - DO NOT CHANGE
export Q_STATS_DIR="$PWD"


# Network Domain (e.g.: yournet.org)
export Q_STATS_DOMAIN="europenet.org"


# Sendmail Path (e.g.: /usr/sbin/sendmail)
export SENDMAIL="/usr/sbin/sendmail"


# ------------------------- #
# Please do not change that #
# ------------------------- #
./q3 & 

echo "Started the QBot."
