summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-03 00:25:28 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-03 00:25:28 +0000
commit38d7b5b0d9206e85dcf531036b863a0864c35f93 (patch)
tree076cb0083bfe6c2d58364c0a1c74f89e61fbfea3 /src/inspircd.cpp
parentc266d3e4b8201929a3b1c5c358fffb748b2b6c47 (diff)
*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplits
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3031 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 6f61fbb31..4ce203a94 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -114,6 +114,16 @@ const char* FindServerNamePtr(std::string servername)
return FindServerNamePtr(servername);
}
+bool FindServerName(std::string servername)
+{
+ for (servernamelist::iterator a = servernames.begin(); a < servernames.end(); a++)
+ {
+ if (*a == servername)
+ return true;
+ }
+ return false;
+}
+
std::string InspIRCd::GetRevision()
{
/* w00t got me to replace a bunch of strtok_r