From 38d7b5b0d9206e85dcf531036b863a0864c35f93 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 3 Feb 2006 00:25:28 +0000 Subject: *EXPERIMENTAL* ircu-style quit munging for netsplits git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3031 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 1 + include/inspircd_io.h | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 68289d5ee..346287462 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -131,5 +131,6 @@ class InspIRCd /* userrec optimization stuff */ void AddServerName(std::string servername); const char* FindServerNamePtr(std::string servername); +bool FindServerName(std::string servername); #endif diff --git a/include/inspircd_io.h b/include/inspircd_io.h index da592d6c4..a3190cd6a 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -220,6 +220,10 @@ class ServerConfig : public classbase */ int DieDelay; + /** True if we're going to hide netsplits as *.net *.split for non-opers + */ + bool HideSplits; + /** A list of IP addresses the server is listening * on. */ -- cgit v1.2.3