diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/membership.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/membership.h b/include/membership.h index 8630bb673..6d0bc274f 100644 --- a/include/membership.h +++ b/include/membership.h @@ -111,4 +111,9 @@ class CoreExport Membership : public Extensible, public insp::intrusive_list_nod * this when multiple prefixes are used names lists. */ std::string GetAllPrefixChars() const; + + /** Sends a server notice to this user in the context of this channel. + * @param text The contents of the message to send. + */ + void WriteNotice(const std::string& text) const; }; |