mirror of
https://github.com/anope/anope.git
synced 2026-07-05 11:23:13 +02:00
Fixed suepradmin
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ bool IsFounder(User *user, ChannelInfo *ci)
|
||||
if (!user || !ci)
|
||||
return false;
|
||||
|
||||
if (user->isSuperAdmin)
|
||||
if (user->SuperAdmin)
|
||||
return true;
|
||||
|
||||
if (user->Account() && user->Account() == ci->GetFounder())
|
||||
|
||||
Reference in New Issue
Block a user