irc: Add operuser parameter, config fixes
This commit is contained in:
parent
399bb1deb6
commit
a87f7d340f
5 changed files with 13 additions and 11 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue