1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-10 22:36:03 +00:00

Merge branch 'ScrubCTCP'

* ScrubCTCP:
  Add documentation for "ScrubCTCP" configuration option
  New option to scrub incoming CTCP commands
This commit is contained in:
Alexander Barton
2011-06-26 15:38:53 +02:00
5 changed files with 64 additions and 3 deletions

View File

@@ -166,6 +166,9 @@
# "PONG" reply.
;RequireAuthPing = no
# Silently drop all incomming CTCP requests.
;ScrubCTCP = no
# Syslog "facility" to which ngIRCd should send log messages.
# Possible values are system dependent, but most probably auth, daemon,
# user and local1 through local7 are possible values; see syslog(3).