Assembla home | Assembla project page
 

Changeset 229

Show
Ignore:
Timestamp:
04/13/08 21:32:54 (7 months ago)
Author:
Slynderdale
Message:

Made the ini setting "realname" a required setting since its needed in the USER response and fixed a small bug in the ini file where a ' should have been a ; (Thanks foutrelis for the heads up)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Bot.php

    r226 r229  
    147147     * Obtain and validate the contents of the configuration file 
    148148     */ 
    149     $required = array('server', 'username', 'nick'); 
     149    $required = array('server', 'username', 'realname', 'nick'); 
    150150    $config = parse_ini_file(PHERGIE_INI_PATH); 
    151151 
  • trunk/Phergie/phergie.ini

    r224 r229  
    243243; If true, then only admins and ops can add and remove larts from the bot but 
    244244; you can add specific hostasks to lart.admins to allow those people to add and 
    245 ' remove larts regardless if admin only is enabled. 
     245; remove larts regardless if admin only is enabled. 
    246246lart.admin_only = false 
    247247