1#$EPIC: rehash,v 1.4 2003/09/23 01:00:18 nsx Exp $
2Synopsis:
3   rehash [command]
4
5Description:
6   This command is used to force the current server to reload its ircd.conf
7   configuration file.  This is useful for effecting configuration changes
8   without starting a new server.
9   A command can be given on some servers which extends rehash to other
10   configuration files and other functionality.
11
12Notes:
13   ircd-hybrid 6.0 and later support at least the following REHASH
14   commands:
15   DNS          - Re-read /etc/resolv.conf
16   IP           - Reload IP Hash. Shouldn't need to be used.
17   TKLINES      - Clear all temporary klines.
18   GLINES       - Locally removes all G: lines. This is unfortunately
19                  the only way to remove G: lines.
20   GC           - Perform garbage collection.
21   MOTD         - Reload MOTD
22   HELP         - Reloads the help file for IRC Operator commands.
23   DLINES       - Reloads D: lines
24
25
26See Also:
27   restart(3)
28
29Restrictions:
30   This command is limited to irc operators on the server to be REHASHed.
31
32