mirror of
https://github.com/anope/anope.git
synced 2026-07-02 15:53:13 +02:00
Calculate nc::channelcount at runtime
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ bool IsFounder(User *user, ChannelInfo *ci)
|
||||
if (user->isSuperAdmin)
|
||||
return true;
|
||||
|
||||
if (user->Account() && user->Account() == ci->founder)
|
||||
if (user->Account() && user->Account() == ci->GetFounder())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user