Don't treat +r specially when displaying supported channel modes.
This used to be only advertised if a service was linked, which made sense in ratbox when +r was only settable if services were available. Now, however, +r is always available and so should always be advertised.
This commit is contained in:
parent
db6b1735cf
commit
717f809762
1 changed files with 0 additions and 7 deletions
|
@ -109,13 +109,6 @@ construct_cflags_strings(void)
|
|||
if(ConfigChannel.use_forward)
|
||||
*ptr++ = (char) i;
|
||||
break;
|
||||
case MODE_REGONLY:
|
||||
if(rb_dlink_list_length(&service_list))
|
||||
{
|
||||
*ptr++ = (char) i;
|
||||
}
|
||||
|
||||
break;
|
||||
default:
|
||||
if(chmode_flags[i] != 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue