summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-02 22:58:47 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-01-02 22:58:47 +0000
commitf5c3e3782bfeb3ffb634f86eadb8ffecbc36f176 (patch)
treea7f04b0d1f5d15b1e477bd0af477f53795b338d1 /include/users.h
parent455b5993eb00db383b17a928ea54be5e5ddf3600 (diff)
Add param 'opername' to event OnPostOper. This will help make a (slightly nicer) version of dz's patch to allow modes in <oper>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8615 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index f28a12c75..cd2e98bd4 100644
--- a/include/users.h
+++ b/include/users.h
@@ -888,7 +888,7 @@ class CoreExport User : public connection
* This will also give the +o usermode.
* @param opertype The oper type to oper as
*/
- void Oper(const std::string &opertype);
+ void Oper(const std::string &opertype, const std::string &opername);
/** Call this method to find the matching <connect> for a user, and to check them against it.
*/