Mercurial > pidgin
changeset 15973:71fddbec98e4
merge of '1370ba94afc8d4c4413b3887e5f31622dd02e8be'
and 'fabe277141d058a2739208e726705c68e2eda0eb'
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sat, 31 Mar 2007 04:36:05 +0000 |
parents | 790d1d003825 (current diff) b9dce5f463fb (diff) |
children | 1a12ce76c4f4 |
files | |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/silc/util.c Fri Mar 30 05:32:40 2007 +0000 +++ b/libpurple/protocols/silc/util.c Sat Mar 31 04:36:05 2007 +0000 @@ -444,8 +444,6 @@ strcat(buf, "[private] "); if (mode & SILC_CHANNEL_MODE_SECRET) strcat(buf, "[secret] "); - if (mode & SILC_CHANNEL_MODE_SECRET) - strcat(buf, "[secret] "); if (mode & SILC_CHANNEL_MODE_PRIVKEY) strcat(buf, "[private key] "); if (mode & SILC_CHANNEL_MODE_INVITE)