Changeset 853


Ignore:
Timestamp:
06/21/10 17:44:06 (20 months ago)
Author:
elly
Message:

Make SAMODE accessible to all opers, not just services admins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/commands/samode.c

    r579 r853  
    2727    int oarg = 2; 
    2828 
    29     if (!ISSVCADMIN(cli)) { 
    30         sendto_one(cli, RPL_FMT(cli, ERR_NOPRIVILEGES)); 
    31         return COMMAND_WEIGHT_NONE; 
    32     } 
    33  
    3429    if ((chan = find_channel(argv[1])) == NULL) { 
    3530        sendto_one(cli, RPL_FMT(cli, ERR_NOSUCHCHANNEL), argv[1]); 
Note: See TracChangeset for help on using the changeset viewer.