From 3d8f1d6834843482d388daafff26b30be5e3cbe8 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Dec 2005 16:05:59 +0000 Subject: Allowed ulined servers to by pass all oper permissions checking git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2118 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 19d6a37f4..2c36a444c 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -161,6 +161,15 @@ bool userrec::HasPermission(char* command) char* savept; char* savept2; + // users on u-lined servers can completely bypass + // all permissions based checks. + // + // of course, if this is sent to a remote server and this + // server is not ulined there, then that other server + // silently drops the command. + if (is_uline(this->server)) + return true; + // are they even an oper at all? if (strchr(this->modes,'o')) { -- cgit v1.3.1-10-gc9f91