1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 06:03:12 +02:00

- Add /SILENCE to HTML documentation (reported by Severus_Snape in

#4072, patch from warg).
This commit is contained in:
Bram Matthys
2012-08-17 10:45:19 +02:00
parent 9e03c16e3a
commit 97909a4ac0
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -2464,3 +2464,5 @@
- Clarify that hiddenhost-prefix must be the same on linked servers for
bans to function properly (#4090, patch from warg, reported in #4043
by maxb).
- Add /SILENCE to HTML documentation (reported by Severus_Snape in
#4072, patch from warg).
+5 -1
View File
@@ -3200,7 +3200,7 @@ to get more information on a command.</p>
<td>All</td>
</tr>
<tr>
<td height="39">Watch +-&lt;nick&gt; +-&lt;nick&gt;<br></td>
<td height="39">Watch [+|-]&lt;nick&gt; [+|-]&lt;nick&gt;<br></td>
<td>Watch is a new notify-type system in UnrealIRCd which is both faster and
uses less network resources than any old-style notify system. The server
will send you a message when any nickname in your watch list logs on or
@@ -3307,6 +3307,10 @@ to get more information on a command.</p>
<td>Returns the IP address of the user in question.</td>
<td>All</td>
</tr>
<tr>
<td height="39">silence [+|-]&lt;nick&gt;<br></td>
<td>Ignores messages from a user or list of users at the Server itself.<br></td>
<td>All</td>
<tr>
<td height="39">oper &lt;userid&gt; &lt;password&gt;<br></td>
<td>Command to give a user operator status if they match an Oper Block<br></td>