From e057df2ae9814e325a64c5e6a5f5684986bf55e5 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 19 Jun 2016 21:14:10 -0700 Subject: [PATCH] channel-modes: fix definition for private (+p) Charybdis and Elemental-IRCd implement +p as noknock, not the RFC1459-style private. --- docs/technical/channel-modes.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical/channel-modes.csv b/docs/technical/channel-modes.csv index c309663..f39280f 100644 --- a/docs/technical/channel-modes.csv +++ b/docs/technical/channel-modes.csv @@ -45,7 +45,7 @@ oplevel_upass,,,,,,U opmoderated,U (extras/m_opmoderated),z,z,,, owner,q (m_customprefix/m_chanprotect),,y (when enabled),q,, permanent,P (m_permchannels),P,P,P,,z -private,p,p,p,p,,p +private,p,,,p,,p quiet,,q,q,,, redirect,L (m_redirect),f,f,L,,L registered,r (m_services_account),,,r,r,R