|
@@ -1271,6 +1271,7 @@ static void cmd_chaninfo(int idx, char *par)
|
|
|
SHOW_INT("Bad-cookie:" , chan->bad_cookie, P_STR, "Ignore");
|
|
SHOW_INT("Bad-cookie:" , chan->bad_cookie, P_STR, "Ignore");
|
|
|
SHOW_INT("Ban-time: ", chan->ban_time, NULL, "Forever");
|
|
SHOW_INT("Ban-time: ", chan->ban_time, NULL, "Forever");
|
|
|
SHOW_INT("Closed-ban: ", chan->closed_ban, NULL, "Don't!");
|
|
SHOW_INT("Closed-ban: ", chan->closed_ban, NULL, "Don't!");
|
|
|
|
|
+ SHOW_INT("Closed-invite:", chan->closed_invite, NULL, "Don't!");
|
|
|
SHOW_INT("Closed-Private:", chan->closed_private, NULL, "Don't!");
|
|
SHOW_INT("Closed-Private:", chan->closed_private, NULL, "Don't!");
|
|
|
deflag = chan->cookie_time_slack;
|
|
deflag = chan->cookie_time_slack;
|
|
|
SHOW_INT("Cookie-time-slack:", chan->cookie_time_slack, P_STR, "Ignore");
|
|
SHOW_INT("Cookie-time-slack:", chan->cookie_time_slack, P_STR, "Ignore");
|