mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 01:02:20 -05:00
parent
6653582f0a
commit
3c89de48a8
@ -57,10 +57,6 @@ list_addentry (GSList ** list, char *cmd, char *name)
|
|||||||
size_t name_len;
|
size_t name_len;
|
||||||
size_t cmd_len = 1;
|
size_t cmd_len = 1;
|
||||||
|
|
||||||
/* remove <2.8.0 stuff */
|
|
||||||
if (!strcmp (cmd, "away") && !strcmp (name, "BACK"))
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (cmd)
|
if (cmd)
|
||||||
cmd_len = strlen (cmd) + 1;
|
cmd_len = strlen (cmd) + 1;
|
||||||
name_len = strlen (name) + 1;
|
name_len = strlen (name) + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user