mirror of
https://github.com/anope/anope.git
synced 2026-06-26 02:46:38 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -107,7 +107,7 @@ class CommandEntryMessage : public Command
|
||||
User *u = source.u;
|
||||
ChannelInfo *ci = source.ci;
|
||||
|
||||
if (ci && (IsFounder(u, ci) || u->Account()->HasCommand("chanserv/entrymsg")))
|
||||
if (ci && (IsFounder(u, ci) || u->HasCommand("chanserv/entrymsg")))
|
||||
{
|
||||
bool success = true;
|
||||
if (params[1].equals_ci("LIST"))
|
||||
|
||||
Reference in New Issue
Block a user