Mercurial > pidgin
changeset 2290:23c06449ae8e
[gaim-migrate @ 2300]
x-chat credits
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 17 Sep 2001 05:04:28 +0000 |
parents | 38e156136896 |
children | 5e35b4c63c2c |
files | ChangeLog src/protocols/irc/irc.c |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Sep 17 05:00:56 2001 +0000 +++ b/ChangeLog Mon Sep 17 05:04:28 2001 +0000 @@ -17,7 +17,7 @@ * Improved the look of the proxy preferences * event_im_recv and event_im_display_rcvd passed whether the message received was auto-response (see SIGNALS) - * IRC fixes + * IRC fixes (largly copied from X-Chat) version 0.43 (09/06/2001): * Updated German Translation (thanks Daniel Seifert)
--- a/src/protocols/irc/irc.c Mon Sep 17 05:00:56 2001 +0000 +++ b/src/protocols/irc/irc.c Mon Sep 17 05:04:28 2001 +0000 @@ -3,6 +3,9 @@ * * Copyright (C) 2000-2001, Rob Flynn <rob@tgflinux.com> * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> + * + * A large portion of this was copied more or less directly from X-Chat, + * the world's most rocking IRC client. http://www.xchat.org/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by