diff options
author | Adam <Adam@anope.org> | 2010-12-22 18:28:22 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-22 18:28:22 -0500 |
commit | 2783c82685c5d04eec942cc21ed43b9b773330fb (patch) | |
tree | 492ebb9ba430324dcaedb4e536ff90d652501163 /include/extern.h | |
parent | 18377ac9fd36065bfd791b5cea51de9ae1d2b11d (diff) |
Removed match_usermask
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 59d0c238e..7dc49e929 100644 --- a/include/extern.h +++ b/include/extern.h @@ -352,7 +352,6 @@ E void do_kill(User *user, const Anope::string &reason); E bool is_excepted(ChannelInfo *ci, User *user); E bool is_excepted_mask(ChannelInfo *ci, const Anope::string &mask); -E bool match_usermask(const Anope::string &mask, User *user); E Anope::string create_mask(User *u); /******************************************************************************/ |