Added file_plugins directive to configuration file.

This commit is contained in:
Jan Vidar Krey
2010-06-06 16:32:43 +02:00
parent 07d4e4470c
commit baeba01835
3 changed files with 30 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ struct hub_config
char* file_motd; /*<<< File containing the 'message of the day (default: ) */
char* file_acl; /*<<< File containing access control lists (default: ) */
char* file_rules; /*<<< File containing hub rules (default: ) */
char* file_plugins; /*<<< Plugin configuration file (default: ) */
char* msg_hub_full; /*<<< "Hub is full" */
char* msg_hub_disabled; /*<<< "Hub is disabled" */
char* msg_hub_registered_users_only; /*<<< "Hub is for registered users only" */