1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 11:23:13 +02:00

Fixed suepradmin

This commit is contained in:
Adam
2011-08-06 17:33:59 -04:00
parent 0448e386de
commit a6dd65f916
9 changed files with 31 additions and 11 deletions
+1 -1
View File
@@ -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())