1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 09:43:12 +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
View File
@@ -2807,3 +2807,6 @@ seen. gmtime warning still there
- Added can_dccdeny operflag so you can give your local/global opers access to this too.
Co-admin, admin, sadmin and netadmin get it by default. Suggested in #0001247.
- Updated operflag docs.
- '/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).