From 91436d31a4ab6657012743285a1e635073e8966f Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 10 Jul 2006 16:04:06 +0000 Subject: - userrec::ProcessNoticeMasks - provide a way to set or unset masks. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4276 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/users.h b/include/users.h index 6f9c6d296..64ebd5fb7 100644 --- a/include/users.h +++ b/include/users.h @@ -274,6 +274,8 @@ class userrec : public connection */ const char* FormatNoticeMasks(); + bool userrec::ProcessNoticeMasks(const char *sm); + bool IsNoticeMaskSet(unsigned char sm); void SetNoticeMask(unsigned char sm, bool value); -- cgit v1.2.3