]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/connection.cpp
/MAP and /LINKS added back (do not use - needs testing)
[user/henk/code/inspircd.git] / src / connection.cpp
index 0409f4f4796c3a73e3577f2a0b20a3e750cecd49..413c1cf5db00f0ccf19866366f85435a2c66e07a 100644 (file)
@@ -267,11 +267,21 @@ std::string ircd_connector::GetServerName()
        return this->servername;
 }
 
+std::string ircd_connector::GetDescription()
+{
+       return this->description;
+}
+
 void ircd_connector::SetServerName(std::string serv)
 {
        this->servername = serv;
 }
 
+void ircd_connector::SetDescription(std::string desc)
+{
+       this->servername = desc;
+}
+
 
 int ircd_connector::GetDescriptor()
 {