<?php

$admin_email="you@domain.net";
$admin_nick="yournick";

// nickname of your bot
$irpg_bot="bot";

// your game's server
$irpg_network="irc.your-network.org";

// your game's channel
$irpg_chan="#IdleRPG";

// full or relative pathname to the DBs:

// character database
$irpg_db="../../irpg.db";

// time modifiers file
$irpg_mod="../../modifiers.txt";

// active quest info file
$irpg_qfile="../../questinfo.txt";

// image to use for the top logo
$irpg_logo="head.png";

// directory in which your site is located from the root directory. my site
// is http://jotun.ultrazone.org/g7/, so it's "/g7/"
$BASEURL="/irpg/";

?>
