diff options
Diffstat (limited to 'include')
| -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 */ |
