1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 06:43:13 +02:00

Fixed generating sid on startup

This commit is contained in:
Adam
2011-08-07 17:43:23 -04:00
parent 35588cc521
commit 25e3408ff6
7 changed files with 19 additions and 12 deletions
+8
View File
@@ -171,6 +171,14 @@ const Anope::string &Server::GetDescription() const
return this->Description;
}
/** Change this servers SID
* @param sid The new SID
*/
void Server::SetSID(const Anope::string &sid)
{
this->SID = sid;
}
/** Get the server numeric/SID
* @return The numeric/SID
*/