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

- '/rehash -all' had bugs and is now considered depricated, just use '/rehash' instead.

On '/rehash' we reload everything already so the '-all' option was useless anyway.
  Reported by fez (#0001516).
This commit is contained in:
Bram Matthys
2004-02-05 01:52:09 +00:00
parent d4723ee2e2
commit 781cce98cb
3 changed files with 9 additions and 18 deletions
+3 -4
View File
@@ -2690,10 +2690,9 @@ to get more information on a command.</p>
<td>Rehashes the servers config file. Including a server name allows you to
rehash a remote servers config file. Several flags are also available. They
Include <br>
-all - Rehashes all config files
-motd - Rehashes all MOTD files and RULES files (including tld {})<br>
-opermotd - Rehashes the OPERMOTD<br>
-botmotd - Rehashes the BOTMOTD<br>
-motd - Only rehash all MOTD and RULES files (including tld {})<br>
-opermotd - Only rehash the OPERMOTD file<br>
-botmotd - Only rehash the BOTMOTD file<br>
-garbage - Force garbage collection<br>
<td>IRCop</td>
</tr>