3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

relay, inspircd: add support for blockhighlight +V

This commit is contained in:
James Lu 2017-12-21 21:18:20 -08:00
parent 145a4677f6
commit 5f9365a521
3 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ban,b,b,b,b,b,b,b,b,b,b,b,b
banexception,,e,e (m_banexception),e,,e,,e,e,e,e,e
blockcaps,,,B (m_blockcaps),,,,,,,G (ext/chm_nocaps.so),,
blockcolor,,c,c (m_blockcolor),,c,c,c,,,,,c
blockhighlight,,,V (extras/m_blockhighlight),,,,,,,,,
delayjoin,,,D (m_delayjoin),,D,D,D,,,,,D
exemptchanops,,,X (m_exemptchanops),,,,,,,,,
filter,,,g (m_filter),,,,,,,,,

1 Channel Mode / IRCd rfc1459 hybrid inspircd ngircd p10/ircu p10/nefarious p10/snircd ts6/charybdis ts6/chatircd ts6/elemental ts6/ratbox unreal
7 banexception e e (m_banexception) e e e e e e e
8 blockcaps B (m_blockcaps) G (ext/chm_nocaps.so)
9 blockcolor c c (m_blockcolor) c c c c
10 blockhighlight V (extras/m_blockhighlight)
11 delayjoin D (m_delayjoin) D D D D
12 exemptchanops X (m_exemptchanops)
13 filter g (m_filter)

View File

@ -111,6 +111,9 @@ td:first-child, th[scope="row"] {
<th scope="row">blockcolor</th>
<td class="tablecell-na note">n/a</td><td class="tablecell-yes">+c</td><td class="tablecell-special">+c<br><span class="note">(m_blockcolor)</span></td><td class="tablecell-na note">n/a</td><td class="tablecell-yes">+c</td><td class="tablecell-yes">+c</td><td class="tablecell-yes">+c</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-yes">+c</td></tr>
<tr>
<th scope="row">blockhighlight</th>
<td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-special">+V<br><span class="note">(extras/m_blockhighlight)</span></td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td></tr>
<tr>
<th scope="row">delayjoin</th>
<td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-special">+D<br><span class="note">(m_delayjoin)</span></td><td class="tablecell-na note">n/a</td><td class="tablecell-yes">+D</td><td class="tablecell-yes">+D</td><td class="tablecell-yes">+D</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-na note">n/a</td><td class="tablecell-yes">+D</td></tr>
<tr>

View File

@ -820,6 +820,7 @@ WHITELISTED_CMODES = {
'banexception',
'blockcolor',
'blockcaps',
'blockhighlight',
'exemptchanops',
'filter',
'flood',