Changeset 806 for trunk/ithildin/modules/ircd/commands/list.c
- Timestamp:
- 06/01/07 11:09:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/list.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/list.c
r804 r806 14 14 15 15 #include "ircd.h" 16 #include "addons/core.h"17 16 #include "commands/topic.h" 18 17 … … 61 60 ctp = TOPIC(chan); 62 61 /* this is pretty stupid */ 63 if (BPRIV(cli, core.privs.see_hidden_chan)) {62 if (BPRIV(cli, ircd.privileges.priv_shc)) { 64 63 mgunk = chanmode_getmodes(chan); 65 64 if (*mgunk[1] != '\0')
Note: See TracChangeset
for help on using the changeset viewer.
