mirror of
https://github.com/anope/anope.git
synced 2026-07-03 14:33:14 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -39,7 +39,7 @@ class CommandMSRSend : public Command
|
||||
if (Config->MSMemoReceipt == 1)
|
||||
{
|
||||
/* Services opers and above can use rsend */
|
||||
if (u->Account()->IsServicesOper())
|
||||
if (u->IsServicesOper())
|
||||
memo_send(source, nick, text, 3);
|
||||
else
|
||||
source.Reply(_(ACCESS_DENIED));
|
||||
|
||||
Reference in New Issue
Block a user