removed FIXME text :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1031 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-12-30 00:43:11 +00:00 committed by cras
parent f372f6d327
commit ab0c12b74c

View File

@ -366,7 +366,6 @@ static void handle_exec(const char *args, GHashTable *optlist,
if (g_hash_table_lookup(optlist, "in") != NULL) {
rec = process_find(g_hash_table_lookup(optlist, "in"), TRUE);
if (rec != NULL) {
/* FIXME: use net_sendbuf instead */
net_sendbuffer_send(rec->out, args, strlen(args));
net_sendbuffer_send(rec->out, "\n", 1);
}