irc: Add operuser parameter, config fixes

This commit is contained in:
Ossi Salmi 2013-11-02 23:34:40 +02:00
parent 399bb1deb6
commit a87f7d340f
5 changed files with 13 additions and 11 deletions

View file

@ -150,7 +150,7 @@ connect "<%= @servername %>" {
/* operator: specifies an oper who has extended access to services.
* The username is specified in quotation marks.
*/
operator "root" {
operator "<%= @operuser %>" {
/* user: specifies a user@host who may connect.
* multiple may be specified, wildcards are accepted.
*/