]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_whois.c
Make operspy prefix secret channels with * instead of ! .
[irc/rqf/shadowircd.git] / modules / m_whois.c
index 333c86a6e446fa64533c6e1262f2a6112ce855b3..b37a4dae3bdc6de153b49a2a642f2c4d22a17e4c 100644 (file)
@@ -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;