]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Remove ProtocolInterface::PushToClient()
[user/henk/code/inspircd.git] / include / channels.h
index 0cf477f2207e496d1052ceb11b0af9b7e17214db..0a131ddb35eca048542de758537c2a835819bbdb 100644 (file)
@@ -332,6 +332,11 @@ class CoreExport Channel : public Extensible
        /** Get the status of an "action" type extban
         */
        ModResult GetExtBanStatus(User *u, char type);
+
+       /** Write a NOTICE to all local users on the channel
+        * @param text Text to send
+        */
+       void WriteNotice(const std::string& text);
 };
 
 inline bool Channel::HasUser(User* user)