From ac60f15b03d248318e9378ce2abfb7c9a1663dd4 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 15 Apr 2004 13:11:42 +0000 Subject: /MAP and /LINKS added back (do not use - needs testing) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@609 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/connection.h') diff --git a/include/connection.h b/include/connection.h index de6635f4a..954cc919b 100644 --- a/include/connection.h +++ b/include/connection.h @@ -74,6 +74,8 @@ class ircd_connector : public classbase int GetState(); void SetState(int state); char* GetServerIP(); + std::string GetDescription(); + void SetDescription(std::string desc); int GetServerPort(); bool SetHostAndPort(char* host, int port); }; -- cgit v1.2.3