Changeset 229
- Timestamp:
- 04/13/08 21:32:54 (7 months ago)
- Files:
-
- trunk/Phergie/Bot.php (modified) (1 diff)
- trunk/Phergie/phergie.ini (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Phergie/Bot.php
r226 r229 147 147 * Obtain and validate the contents of the configuration file 148 148 */ 149 $required = array('server', 'username', ' nick');149 $required = array('server', 'username', 'realname', 'nick'); 150 150 $config = parse_ini_file(PHERGIE_INI_PATH); 151 151 trunk/Phergie/phergie.ini
r224 r229 243 243 ; If true, then only admins and ops can add and remove larts from the bot but 244 244 ; 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. 246 246 lart.admin_only = false 247 247