From 6a6f5b2275b1bfc0ab1e2b1393ec1df2fa734c86 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 31 Dec 2006 19:17:04 +0000 Subject: Add missing feature: /rehash reinitializes dns subsytem (and can handle changed addresses) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6193 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/dns.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/dns.h') diff --git a/include/dns.h b/include/dns.h index 038323a43..92f3fe8f7 100644 --- a/include/dns.h +++ b/include/dns.h @@ -352,6 +352,11 @@ class DNS : public EventHandler */ DNS(InspIRCd* Instance); + /** + * Re-initialize the DNS subsystem. + */ + void Rehash(); + /** * Destructor */ -- cgit v1.2.3