Make operspy prefix secret channels with * instead of ! .

This commit is contained in:
B.Greenham 2010-02-23 21:51:41 -05:00
parent 78d9febea1
commit 763e2baade
1 changed files with 1 additions and 1 deletions

View 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;