From 25e3408ff654a9cb8ac15af41e3e015cbe85a444 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 7 Aug 2011 17:43:23 -0400 Subject: Fixed generating sid on startup --- include/servers.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/servers.h b/include/servers.h index f2a8ce1b5..f23f20fc5 100644 --- a/include/servers.h +++ b/include/servers.h @@ -107,6 +107,11 @@ class CoreExport Server : public Flags */ const Anope::string &GetDescription() const; + /** Change this servers SID + * @param sid The new SID + */ + void SetSID(const Anope::string &sid); + /** Get the server numeric/SID * @return The numeric/SID */ -- cgit