mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3227 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
77cd7170f2
commit
1757418c61
@ -235,7 +235,7 @@ void proxy_dump_data(CLIENT_REC *client)
|
||||
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->isupport_sent) {
|
||||
if (client->server != NULL && client->server->isupport_sent) {
|
||||
isupport_out = g_string_new(NULL);
|
||||
g_string_sprintf(isupport_out, ":%s 005 %s ", client->proxy_address, client->nick);
|
||||
/* FIXME: should be limited to 15 params */
|
||||
|
Loading…
Reference in New Issue
Block a user