summaryrefslogtreecommitdiff
path: root/include/servers.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-05 01:55:04 -0400
committerAdam <Adam@anope.org>2013-05-05 01:55:04 -0400
commit1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (patch)
tree4486f0784bdf050fd7eb225c0cb9df352ce1f45a /include/servers.h
parent781defb7076ddfddf723ca08cd0a518b6657b64f (diff)
Rework the config file reader to be much more flexible and move many configuration directives to the actual modules they are used in.
Diffstat (limited to 'include/servers.h')
-rw-r--r--include/servers.h4
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
*/