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:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user