diff options
author | Adam <Adam@anope.org> | 2011-03-13 19:15:53 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-13 19:15:53 -0400 |
commit | beabbb3a209874ce04d7ee3c2948ad80b8282383 (patch) | |
tree | 434939de25083c307a2019b4d72cc81d29b45860 /include/servers.h | |
parent | b4888c21ed09de280c73e7af2343fad34a6064f9 (diff) |
When a server quits use its quit reason for all of its links
Diffstat (limited to 'include/servers.h')
-rw-r--r-- | include/servers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/servers.h b/include/servers.h index f1a39e169..9e3907668 100644 --- a/include/servers.h +++ b/include/servers.h @@ -132,10 +132,6 @@ class CoreExport Server : public Flags<ServerFlag> */ void DelLink(Server *s); - /** Remove all links from this server - */ - void ClearLinks(); - /** Finish syncing this server and optionally all links to it * @param SyncLinks True to sync the links for this server too (if any) */ |