1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 16:23:14 +02:00

irc2sql: improved handling of netsplits

This commit is contained in:
DukePyrolator
2013-12-14 09:56:51 +01:00
parent f9a4a0fbef
commit adbc5a0e65
4 changed files with 102 additions and 22 deletions
+7 -1
View File
@@ -62,7 +62,8 @@ class CoreExport Server : public Extensible
bool syncing;
/* The server is juped */
bool juped;
/* The server is about to quit */
bool quitting;
/* Reason this server was quit */
Anope::string quit_reason;
@@ -169,6 +170,11 @@ class CoreExport Server : public Extensible
*/
bool IsJuped() const;
/** Check if the server is quitting
* @return true if this server is quitting.
*/
bool IsQuitting() const;
/** Send a message to alll users on this server
* @param source The source of the message
* @param message The message