Ignore:
Timestamp:
06/01/07 11:09:07 (5 years ago)
Author:
wd
Message:

Wow, a fully building ircd mode (so far). Some changes:

  • Updated LOTS of copyright notices.
  • Completed the split of channel and user modes
  • That core 'addon' is completely gone
  • Using hard/soft/post dependencies in what seems to me to be a good way.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/commands/list.c

    r804 r806  
    1414 
    1515#include "ircd.h" 
    16 #include "addons/core.h" 
    1716#include "commands/topic.h" 
    1817 
     
    6160                ctp = TOPIC(chan); 
    6261                /* this is pretty stupid */ 
    63                 if (BPRIV(cli, core.privs.see_hidden_chan)) { 
     62                if (BPRIV(cli, ircd.privileges.priv_shc)) { 
    6463                    mgunk = chanmode_getmodes(chan); 
    6564                    if (*mgunk[1] != '\0') 
Note: See TracChangeset for help on using the changeset viewer.