bugfix still contained bugs
Valentin Batz <[email protected]> Mon, 01 Mar 2004 18:00:37 +0100
| Newsgroups | gmane.network.irc.irssi.devel |
|---|---|
| Message-ID | <52288036.1078164037@[192.168.0.2]> |
Hi again, my last patch to dump.c in src/irc/proxy i posted here some days ago is still buggy :( so i made a new patch. new patch is attached best regards Valentin Batz
src.irc.proxy.dump.c.diff
(application/octet-stream, 493 B)
--- src/irc/proxy/dump.c.old 2004-02-27 05:06:27.000000000 +0100
+++ src/irc/proxy/dump.c 2004-03-01 17:53:41.000000000 +0100
@@ -235,6 +235,7 @@
else
proxy_outdata(client, ":%s 004 %s %s %s oirw abeIiklmnopqstv\n", client->proxy_address, client->nick, client->proxy_address, IRSSI_VERSION);
+ if (client->server != NULL)
if (client->server->isupport_sent) {
isupport_out = g_string_new(NULL);
g_string_sprintf(isupport_out, ":%s 005 %s ", client->proxy_address, client->nick);