X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Finspircd.h;h=d5f1494566e59566144b200b181264507d3c3b0f;hb=db11f2b24c6aeb5ab7ba4678638890bc68b1d0c1;hp=2ade035883d6c7b3b0b1d52b34769f99ca9ecef9;hpb=96bf59631c7a17d9f0e99847a33df85a279aae4d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index 2ade03588..d5f149456 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -161,6 +161,7 @@ long GetMaxBans(char* name); bool LoadModule(const char* filename); bool UnloadModule(const char* filename); char* ModuleError(); +void NoticeAll(userrec *source, bool local_only, char* text, ...); // mesh network functions