From ca42e175351b6209a8e9cbd5eb92bba4f38a38ce Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 18 Oct 2008 16:52:44 +0000 Subject: Add skeleton of HasPrivPermission. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10660 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 46f3eb6cc..f5af3a803 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -504,6 +504,13 @@ bool User::HasPermission(const std::string &command) return false; } + +bool User::HasPrivPermission(const std::string &privstr) +{ + ServerInstance->Logs->Log("CRAP", DEBUG, "Checking if I have " + privstr); + return true; +} + bool User::AddBuffer(const std::string &a) { std::string::size_type start = 0; -- cgit v1.3.1-10-gc9f91