mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-29 14:32:25 +01:00
- Added chmode +r to HTML documentation
This commit is contained in:
parent
9f6492169b
commit
df9d102d98
2 changed files with 5 additions and 0 deletions
1
Changes
1
Changes
|
@ -1966,3 +1966,4 @@
|
|||
- Remove m_addline from commands.so
|
||||
- Removed ugly ``files {} got initialized!'' message.
|
||||
- SVSMODE now triggers HOOKTYPE_UMODE_CHANGE and HOOKTYPE_REMOTE_CHANMODE.
|
||||
- Added chmode +r to HTML documentation.
|
||||
|
|
|
@ -2755,6 +2755,10 @@ files {
|
|||
<td><div align="center">Q</div></td>
|
||||
<td>Only U:Lined servers can kick users</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center">r</div></td>
|
||||
<td>This channel is registered (only settable by services)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center">R</div></td>
|
||||
<td>Requires a registered nickname to join</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue