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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user