From 7ce952d2b81bad9d9ec4c671f9e548910053f8db Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 31 Aug 2006 11:00:35 +0000 Subject: *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 --- include/mode.h | 2 +- include/users.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3