changeset 15966:b9dce5f463fb

Something about this looked wrong to me: (11:01:17) nosnilmot set channel pidgin modes to: [permanent] [secret] [secret] So I figured I should fix it, as I probably broke it originally anyway.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 30 Mar 2007 15:01:58 +0000
parents e0cfde70d839
children 71fddbec98e4
files libpurple/protocols/silc/util.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/silc/util.c	Thu Mar 29 17:19:57 2007 +0000
+++ b/libpurple/protocols/silc/util.c	Fri Mar 30 15:01:58 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)