diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 16:04:06 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 16:04:06 +0000 |
commit | 91436d31a4ab6657012743285a1e635073e8966f (patch) | |
tree | cd00d97b826a57f4b8cec30572fa82d3c9750287 /include | |
parent | 13f2f363bd9a3493030a6008774deb7bf4ef6e96 (diff) |
- 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
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |