mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-14 19:00:27 +00:00
Added missing "Password" variable in "[Global]" section.
This commit is contained in:
parent
3630e840e5
commit
4b1711a614
@ -1,4 +1,4 @@
|
|||||||
# $Id: sample-ngircd.conf,v 1.20 2003/03/10 00:23:34 alex Exp $
|
# $Id: sample-ngircd.conf,v 1.20.2.1 2003/04/27 11:50:32 alex Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# This is a sample configuration file for the ngIRCd, which must adept to
|
# This is a sample configuration file for the ngIRCd, which must adept to
|
||||||
@ -23,6 +23,9 @@
|
|||||||
# LINKS requests for example.
|
# LINKS requests for example.
|
||||||
Info = Server Info Text
|
Info = Server Info Text
|
||||||
|
|
||||||
|
# Global password for all users needed to connect to the server
|
||||||
|
;Password = abc
|
||||||
|
|
||||||
# Information about the server and the administrator, used by the
|
# Information about the server and the administrator, used by the
|
||||||
# ADMIN command.
|
# ADMIN command.
|
||||||
;AdminInfo1 = Description
|
;AdminInfo1 = Description
|
||||||
|
Loading…
Reference in New Issue
Block a user