]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Make operspy prefix secret channels with * instead of ! .
authorB.Greenham <redacted>
Wed, 24 Feb 2010 02:51:41 +0000 (21:51 -0500)
committerB.Greenham <redacted>
Wed, 24 Feb 2010 02:51:41 +0000 (21:51 -0500)
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;