diff options
Diffstat (limited to 'include/servers.h')
-rw-r--r-- | include/servers.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/servers.h b/include/servers.h index bf0acb523..fe5f40365 100644 --- a/include/servers.h +++ b/include/servers.h @@ -121,6 +121,10 @@ class CoreExport Server : public Extensible */ const Anope::string &GetSID() const; + /** Retrieves the reason this server is quitting + */ + const Anope::string &GetQuitReason() const; + /** Get the list of links this server has, or NULL if it has none * @return A list of servers */ |