1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 06:16:01 +00:00

New configuration option "Mask" for [Operator] sections to limit OPER command.

This commit is contained in:
Alexander Barton
2005-03-02 16:07:30 +00:00
parent 8579b2a1e5
commit 490c9d04d7
7 changed files with 47 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# $Id: sample-ngircd.conf,v 1.30 2005/02/04 14:24:21 alex Exp $
# $Id: sample-ngircd.conf,v 1.31 2005/03/02 16:07:30 alex Exp $
#
# This is a sample configuration file for the ngIRCd, which must be adepted
@@ -110,6 +110,9 @@
# Password of the IRC operator
;Password = ThePwd
# Optional Mask from which /OPER will be accepted
;Mask = *!ident@somewhere.example.com
[Operator]
# More [Operator] sections, if you like ...