diff options
author | Adam <Adam@anope.org> | 2011-08-06 17:33:59 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-06 17:33:59 -0400 |
commit | a6dd65f916adbdd4edf6494a2d3ab2d94484189f (patch) | |
tree | bb0a25159930a991ad355f2bb58604bbe1e65fcb /modules/commands/ns_logout.cpp | |
parent | 0448e386dee2d6a591e4a67586b5ad059127a8c3 (diff) |
Fixed suepradmin
Diffstat (limited to 'modules/commands/ns_logout.cpp')
-rw-r--r-- | modules/commands/ns_logout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_logout.cpp b/modules/commands/ns_logout.cpp index 476330a11..3000c030d 100644 --- a/modules/commands/ns_logout.cpp +++ b/modules/commands/ns_logout.cpp @@ -42,7 +42,7 @@ class CommandNSLogout : public Command if (!nick.empty() && !param.empty() && param.equals_ci("REVALIDATE") && nickserv) nickserv->Validate(u2); - u2->isSuperAdmin = 0; /* Dont let people logout and remain a SuperAdmin */ + u2->SuperAdmin = 0; /* Dont let people logout and remain a SuperAdmin */ Log(LOG_COMMAND, u, this) << "to logout " << u2->nick; /* Remove founder status from this user in all channels */ |