From: B.Greenham Date: Wed, 24 Feb 2010 02:51:41 +0000 (-0500) Subject: Make operspy prefix secret channels with * instead of ! . X-Git-Tag: shadowircd-6.0.0~151 X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/763e2baade3331aa47451c283a05365ea795a852 Make operspy prefix secret channels with * instead of ! . --- diff --git a/modules/m_whois.c b/modules/m_whois.c index 333c86a..b37a4da 100644 --- a/modules/m_whois.c +++ b/modules/m_whois.c @@ -291,7 +291,7 @@ single_whois(struct Client *source_p, struct Client *target_p, int operspy) } tlen = rb_sprintf(t, "%s%s%s ", - visible ? "" : "!", + visible ? "" : "*", find_channel_status(msptr, 1), chptr->chname); t += tlen;