From e466a6f5fef9aa5cb0ac4621fd578edbace88281 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 1 Apr 2007 15:22:54 +0000 Subject: Add and to go along with the existing . note that fixedquit overrides both suffix and prefix if set git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6722 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/configreader.h b/include/configreader.h index 9e0016bee..2d144441a 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -276,6 +276,14 @@ class ServerConfig : public Extensible */ char PrefixQuit[MAXBUF]; + /** The quit suffix in use, or an empty string + */ + char SuffixQuit[MAXBUF]; + + /** The fixed quit message in use, or an empty string + */ + char FixedQuit[MAXBUF]; + /** The last string found within a tag, or * an empty string. */ -- cgit v1.2.3