mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05: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