diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-15 13:11:42 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-15 13:11:42 +0000 |
commit | ac60f15b03d248318e9378ce2abfb7c9a1663dd4 (patch) | |
tree | 0249287d9f3828b4af66c42b0f21d60f6743bfc4 /include | |
parent | cdd87fec57f147184fda4e73e1f432bbb272eb2a (diff) |
/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
Diffstat (limited to 'include')
-rw-r--r-- | include/connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); }; |