From 763e2baade3331aa47451c283a05365ea795a852 Mon Sep 17 00:00:00 2001 From: "B.Greenham" Date: Tue, 23 Feb 2010 21:51:41 -0500 Subject: [PATCH] Make operspy prefix secret channels with * instead of ! . --- modules/m_whois.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;