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

Document new configuration option "MaxListSize"

This commit is contained in:
Alexander Barton
2012-10-28 20:36:58 +01:00
parent 32f63abb59
commit 8ff153d7d4
3 changed files with 7 additions and 0 deletions

2
NEWS
View File

@@ -11,6 +11,8 @@
ngIRCd
- New configuration option "MaxListSize" to configure the maximum number
of channels returned by a LIST command. The default is 100, as before.
- Implement user mode "b", "block messages": when a user has set mode "b",
all private messages and notices to this user are blocked if they don't
originate from a registered user, an IRC Op, server or service. The