summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authoradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-08-12 23:52:25 +0000
committeradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-08-12 23:52:25 +0000
commitb9bf72c4572875b8d67c9423f16bf72741d5e146 (patch)
tree2697b691775d587137a8cc1504a9945cfa0f3757 /include/extern.h
parent577870bb45b537889f6e6a102e0dbc52ee4fa841 (diff)
Set the correct opertypes on newly registered users
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2450 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index 32f8ba1b9..366396682 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -726,6 +726,11 @@ E NickAlias *findnick(const std::string &nick);
E NickCore *findcore(const char *nick);
E int is_on_access(User * u, NickCore * nc);
+/** Set the correct oper type for a nickcore
+ * @param nc The nick core
+ */
+E void SetOperType(NickCore *nc);
+
/**** operserv.c ****/
E SList akills, sglines, sqlines, szlines;