Mercurial > pidgin
diff src/server.c @ 3792:2567aabdf624
[gaim-migrate @ 3932]
Do we really ever use this preference?
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Wed, 23 Oct 2002 02:49:26 +0000 |
| parents | fb519383a058 |
| children | b2ec492c9afe |
line wrap: on
line diff
--- a/src/server.c Wed Oct 23 00:15:13 2002 +0000 +++ b/src/server.c Wed Oct 23 02:49:26 2002 +0000 @@ -577,6 +577,7 @@ message = g_memdup(message, len); } +#if 0 /* TiK, using TOC, sends an automated message in order to get your away message. Now, * this is one of the biggest hacks I think I've seen. But, in order to be nice to * TiK, we're going to give users the option to ignore it. */ @@ -589,6 +590,7 @@ g_free(message); return; } +#endif /* if you can't figure this out, stop reading right now. * "we're not worthy! we're not worthy!" */
