summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/snomasks.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/snomasks.h b/include/snomasks.h
index 2f53443f0..a6a1f2d82 100644
--- a/include/snomasks.h
+++ b/include/snomasks.h
@@ -25,9 +25,6 @@ class Snomask
private:
InspIRCd *ServerInstance;
- /** Sends out a pending message
- */
- void Flush();
public:
char MySnomask;
std::string Description;
@@ -46,6 +43,10 @@ class Snomask
/** Sends a message to all opers with this snomask.
*/
void SendMessage(const std::string &message);
+
+ /** Sends out a pending message
+ */
+ void Flush();
};
/** A list of snomasks which are valid, and their descriptive texts