mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 18:42:53 +02:00
Remove dead assignment and comparison
This commit is contained in:
parent
d68ffc37d8
commit
1e1dc0df1a
1 changed files with 0 additions and 1 deletions
|
|
@ -242,7 +242,6 @@ static void event_pong(IRC_SERVER_REC *server, const char *data, const char *nic
|
|||
char *params, *host, *reply;
|
||||
|
||||
g_return_if_fail(data != NULL);
|
||||
if (nick == NULL) nick = server->real_address;
|
||||
|
||||
params = event_get_params(data, 2 | PARAM_FLAG_GETREST, &host, &reply);
|
||||
printformat(server, NULL, MSGLEVEL_CRAP, IRCTXT_PONG, host, reply);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue