Make operspy prefix secret channels with * instead of ! .
This commit is contained in:
parent
78d9febea1
commit
763e2baade
|
@ -291,7 +291,7 @@ single_whois(struct Client *source_p, struct Client *target_p, int operspy)
|
||||||
}
|
}
|
||||||
|
|
||||||
tlen = rb_sprintf(t, "%s%s%s ",
|
tlen = rb_sprintf(t, "%s%s%s ",
|
||||||
visible ? "" : "!",
|
visible ? "" : "*",
|
||||||
find_channel_status(msptr, 1),
|
find_channel_status(msptr, 1),
|
||||||
chptr->chname);
|
chptr->chname);
|
||||||
t += tlen;
|
t += tlen;
|
||||||
|
|
Loading…
Reference in New Issue