]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/membership.h
Add some overloads of IRCv3::Replies::Reply#Send.
[user/henk/code/inspircd.git] / include / membership.h
index 8630bb6730692886bd24bd657536e48aa35e0762..6d0bc274f94adf70c6ea1b7507580c4df1d5676b 100644 (file)
@@ -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;
 };