changeset 17437:a2b829683d74

(20:36:49) nosnilmot: we need to do something about 'Download Purple: http://pidgin.im/' (20:47:29) elb: do it (20:47:42) nosnilmot: do what though? (20:48:55) elb: something Alternative ideas welcome.
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 30 May 2007 02:07:58 +0000
parents 58a286e231b7
children f21b9614ec04
files libpurple/protocols/silc/silc.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/silc/silc.c	Mon May 28 03:18:02 2007 +0000
+++ b/libpurple/protocols/silc/silc.c	Wed May 30 02:07:58 2007 +0000
@@ -391,7 +391,7 @@
 
 	/* Send QUIT */
 	silc_client_command_call(sg->client, sg->conn, NULL,
-				 "QUIT", "Download Purple: " PURPLE_WEBSITE, NULL);
+				 "QUIT", "Download this: " PURPLE_WEBSITE, NULL);
 
 	if (sg->conn)
 		silc_client_close_connection(sg->client, sg->conn);
@@ -1552,7 +1552,7 @@
 		return PURPLE_CMD_RET_FAILED;
 
 	silc_client_command_call(sg->client, sg->conn, NULL,
-				 "QUIT", (args && args[0]) ? args[0] : "Download Purple: " PURPLE_WEBSITE, NULL);
+				 "QUIT", (args && args[0]) ? args[0] : "Download this: " PURPLE_WEBSITE, NULL);
 
 	return PURPLE_CMD_RET_OK;
 }