X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/6faf3f4d40993bf22b734579569c16b0617cba04..763e2baade3331aa47451c283a05365ea795a852:/modules/m_whois.c 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;