diff options
author | Adam <Adam@anope.org> | 2011-08-07 17:43:23 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-07 17:43:23 -0400 |
commit | 25e3408ff654a9cb8ac15af41e3e015cbe85a444 (patch) | |
tree | 2a523e178f24c561c62a8a8ccdb1ca2a829faa17 /include/servers.h | |
parent | 35588cc521cb0ea8c15b0bde3d2543ada9db3751 (diff) |
Fixed generating sid on startup
Diffstat (limited to 'include/servers.h')
-rw-r--r-- | include/servers.h | 5 |
1 files changed, 5 insertions, 0 deletions
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<ServerFlag> */ 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 */ |