diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-05 19:50:10 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-05 19:50:10 +0000 |
commit | 8f385c300681b8872cd0a76054970a3086178823 (patch) | |
tree | 300a4136c9302b900c8a89783b8f9efc07c060e1 /include/inspircd.h | |
parent | 2ade6284f9044792177664214e7097e23eccd280 (diff) |
This has changed again, i suggest you dont bother trying to keep up till im done :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5863 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index d0806a381..f0f5a1d1f 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -945,9 +945,10 @@ class InspIRCd : public classbase * against possible hashed equivalents in the input string. * @param data The data from the config file * @param input The data input by the oper + * @param tagnum the tag number of the oper's tag in the config file * @return 0 if the strings match, 1 or -1 if they do not */ - int OperPassCompare(const char* data,const char* input); + int OperPassCompare(const char* data,const char* input, int tagnum); /** Check if a given server is a uline. * An empty string returns true, this is by design. |