|
Line
Link Here
|
| 0 |
-- src/irc_client.c 2002-08-17 23:05:55.000000000 +0200 |
0 |
++ src/irc_client.c.005 2005-01-04 01:21:43.326252869 +0100 |
|
Lines 1885-1890
Link Here
|
| 1885 |
p->servername, p->serverver, |
1885 |
p->servername, p->serverver, |
| 1886 |
p->serverumodes, p->servercmodes); |
1886 |
p->serverumodes, p->servercmodes); |
|
|
1887 |
ircserver_send_command(p, "VERSION", ""); |
| 1888 |
|
| 1887 |
_ircclient_motd(p); |
1889 |
_ircclient_motd(p); |
| 1888 |
if (p->modes) |
1890 |
if (p->modes) |
| 1889 |
-- src/irc_server.c 2002-08-17 23:48:03.000000000 +0200 |
1891 |
++ src/irc_server.c.005 2005-01-04 01:21:55.021318675 +0100 |
|
Lines 547-554
Link Here
|
| 547 |
} |
547 |
} |
| 548 |
} |
548 |
} |
| 549 |
} else if (!irc_strcasecmp(msg.cmd, "005")) { |
|
|
| 550 |
/* Ignore 005 */ |
| 551 |
} else if (!irc_strcasecmp(msg.cmd, "375")) { |
549 |
} else if (!irc_strcasecmp(msg.cmd, "375")) { |
| 552 |
/* Ignore 375 unless allow_motd */ |
550 |
/* Ignore 375 unless allow_motd */ |
| 553 |
if (p->allow_motd) |
551 |
if (p->allow_motd) |