summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-12-22 18:28:22 -0500
committerAdam <Adam@anope.org>2010-12-22 18:28:22 -0500
commit2783c82685c5d04eec942cc21ed43b9b773330fb (patch)
tree492ebb9ba430324dcaedb4e536ff90d652501163 /include/extern.h
parent18377ac9fd36065bfd791b5cea51de9ae1d2b11d (diff)
Removed match_usermask
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
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);
/******************************************************************************/