Allow channel admins to read channel logs

This commit is contained in:
calzoneman 2013-08-06 14:20:47 -04:00
parent 07249f3589
commit a371ff629d
6 changed files with 88 additions and 0 deletions

View file

@ -812,6 +812,7 @@ function handleModPermissions() {
setVisible("#jsedit_tab", CLIENT.rank >= 3);
setVisible("#filteredit_tab", hasPermission("filteredit"));
setVisible("#channelranks_tab", CLIENT.rank >= 3);
setVisible("#chanlog_tab", CLIENT.rank >= 3);
setVisible("#chanopts_unregister_wrap", CLIENT.rank >= 10);
}