1
0
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:
Adam
2011-05-08 19:48:26 -04:00
parent 9fcbe293e2
commit 9962fae1a1
14 changed files with 57 additions and 48 deletions
+1 -1
View File
@@ -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;