diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-31 11:00:35 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-31 11:00:35 +0000 |
commit | 7ce952d2b81bad9d9ec4c671f9e548910053f8db (patch) | |
tree | 17d28d357da21684546b3fbe27a48ab85e85dff5 | |
parent | 4c233483f0a0f93127ee519662cafd001c7a5d6e (diff) |
*thwap* om for not fixing the bugs he finds :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5087 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/mode.h | 2 | ||||
-rw-r--r-- | include/users.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mode.h b/include/mode.h index 0b85a0bac..e0043fd10 100644 --- a/include/mode.h +++ b/include/mode.h @@ -437,7 +437,7 @@ class ModeParser : public classbase std::string ChanModes(); /** Used by this class internally during std::sort and 005 generation */ - static bool ModeParser::PrefixComparison(const prefixtype one, const prefixtype two); + static bool PrefixComparison(const prefixtype one, const prefixtype two); /** This returns the PREFIX=(ohv)@%+ section of the 005 numeric. */ diff --git a/include/users.h b/include/users.h index 731cb785a..9a4057f88 100644 --- a/include/users.h +++ b/include/users.h @@ -377,7 +377,7 @@ class userrec : public connection * e.g. in the above example if masks c and e are not * valid, this function will return +ab-d */ - std::string userrec::ProcessNoticeMasks(const char *sm); + std::string ProcessNoticeMasks(const char *sm); /** Returns true if a notice mask is set * @param sm A notice mask character to check |