quit spamming channels with "Download Pidgin!" when silc exits.

ok brad@ (MAINTAINER)
This commit is contained in:
ckuethe 2008-04-25 04:15:33 +00:00
parent 63da3039ab
commit 38a547c9f3
2 changed files with 15 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.20 2008/04/17 08:10:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2008/04/25 04:15:33 ckuethe Exp $
SHARED_ONLY= Yes
COMMENT= multi-protocol instant messaging client
DISTNAME= pidgin-2.4.1
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
SHARED_LIBS += jabber 0.0 # .0.0
SHARED_LIBS += oscar 0.0 # .0.0
SHARED_LIBS += purple 3.1 # .4.1

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-libpurple_protocols_silc_silc_c,v 1.1 2008/04/25 04:15:34 ckuethe Exp $
--- libpurple/protocols/silc/silc.c.orig Thu Apr 24 16:36:05 2008
+++ libpurple/protocols/silc/silc.c Thu Apr 24 16:36:56 2008
@@ -601,8 +601,7 @@ silcpurple_close(PurpleConnection *gc)
/* Send QUIT */
silc_client_command_call(sg->client, sg->conn, NULL,
- "QUIT", "Download Pidgin: " PURPLE_WEBSITE,
- NULL);
+ "QUIT", NULL);
if (sg->conn)
silc_client_close_connection(sg->client, sg->conn);