diff src/protocols/irc/irc.h @ 11763:ddb7520d57bd

[gaim-migrate @ 14054] sf patch #1328104, from Will Thompson His patch actually changed the prpl preference for IRC Quit messages into an account preference. I applied his changes... but I commented out the account preference part (so the IRC quit message is no longer customizable). We'll see how this goes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 Oct 2005 21:07:29 +0000
parents 634fec5ed0f2
children 39734dd473e0
line wrap: on
line diff
--- a/src/protocols/irc/irc.h	Sun Oct 23 21:06:17 2005 +0000
+++ b/src/protocols/irc/irc.h	Sun Oct 23 21:07:29 2005 +0000
@@ -35,7 +35,7 @@
 #define IRC_DEFAULT_CHARSET "UTF-8"
 #define IRC_DEFAULT_ALIAS "gaim"
 
-#define IRC_DEFAULT_QUIT "Download Gaim: " GAIM_WEBSITE
+#define IRC_DEFAULT_QUIT "Leaving."
 
 #define IRC_INITIAL_BUFSIZE 1024