1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 04:43:13 +02:00

Merge branch 'unreal34' of github.com:unrealircd/unrealircd into unreal34

This commit is contained in:
Bram Matthys
2015-07-05 20:04:43 +02:00
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -18,6 +18,14 @@ src/modules/Makefile
unrealircd
include/setup.h
# Ignore tags file
tags
# Ignore SSL Stuff
server.cert.pem
server.key.pem
server.req.pem
ssl.rnd
# Ignores for platform stuff
.DS_Store
+4
View File
@@ -302,6 +302,10 @@ OperPermission OperClass_evaluateACLPath(char* path, aClient *sptr, aClient *vic
OperClassACLPath *operPath;
OperClassACL *acl;
// Trust U:Line or remote users
if (IsULine(sptr) || !MyClient(sptr))
return OPER_ALLOW;
if (!IsOper(sptr))
return OPER_DENY;