Mercurial > hg > udpmsg3
view singlerelay/config.php @ 0:dd81c38b513a
Initial commit
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Mon, 28 Feb 2011 00:49:07 +0100 |
parents | |
children |
line wrap: on
line source
<?php $config = array( 'udpmsg' => array( 'host' => '127.0.0.1', 'port' => 15387, 'netname' => 'MyNet', ), 'irc' => array( 'host' => '127.0.0.1', 'port' => 6667, 'nick' => 'Relay', 'ident' => 'relay', 'realname' => 'Relay bot', ), 'channels' => array( '#anonet' => 'chat/anonet', ), ); include './singlerelay.php';