<?php

$admin_email="tereutes@nainwak.com";
$admin_nick="DT";

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

// your game's server
$irpg_network="irc.netrusk.net";

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

// full or relative pathname to the DBs:

// character database
$irpg_db="/home2/zZzZ/bot/irpg.db";

// item database
$irpg_itemdb="/home2/zZzZ/bot/mapitems.db";

// time modifiers file
$irpg_mod="/home2/zZzZ/bot/modifiers.txt";

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

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

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

// width-wise dimension of your map file
$mapx = 500;

// length-wise dimension of your map file
$mapy = 500;

// size of crosses for players and items on world map
$crosssize = 3;

// language
$language = 'fr_FR';

// ordre des objets   
$item_order = Array ('gloves', 'weapon', 'tunic', 'leggings', 'shield', 'helm', 'boots', 'charm', 'ring', 'amulet');

// format de la date voir http://fr.php.net/manual/fr/function.strftime.php
$dateformat = "%a %e %b %Y %T"
?>
