mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
And free connect command..
This commit is contained in:
parent
c8f6d2c538
commit
41c0c345cd
@ -1454,6 +1454,8 @@ inbound_exec_eom_cmd (char *str, void *sess)
|
||||
|
||||
cmd = command_insert_vars ((session*)sess, (str[0] == '/') ? str + 1 : str);
|
||||
handle_command ((session*)sess, cmd, TRUE);
|
||||
g_free (cmd);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user