diff src/protocols/irc/irc.h @ 11073:634fec5ed0f2

[gaim-migrate @ 13082] sf patch #1235304, from Lalo Martins Allow for custom IRC quit messages. I hope Ethan doesn't kill me. Also, I couldn't get quit messages to work for me before OR after this patch. I tried using "/quit" and Buddies->Quit in the buddy list. What was I doing wrong? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 09 Jul 2005 19:19:53 +0000
parents b41c48d890d8
children ddb7520d57bd
line wrap: on
line diff
--- a/src/protocols/irc/irc.h	Sat Jul 09 18:54:43 2005 +0000
+++ b/src/protocols/irc/irc.h	Sat Jul 09 19:19:53 2005 +0000
@@ -35,6 +35,8 @@
 #define IRC_DEFAULT_CHARSET "UTF-8"
 #define IRC_DEFAULT_ALIAS "gaim"
 
+#define IRC_DEFAULT_QUIT "Download Gaim: " GAIM_WEBSITE
+
 #define IRC_INITIAL_BUFSIZE 1024