forked from PsychoticNinja/irssi
removed FIXME text :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1031 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f372f6d327
commit
ab0c12b74c
@ -366,7 +366,6 @@ static void handle_exec(const char *args, GHashTable *optlist,
|
|||||||
if (g_hash_table_lookup(optlist, "in") != NULL) {
|
if (g_hash_table_lookup(optlist, "in") != NULL) {
|
||||||
rec = process_find(g_hash_table_lookup(optlist, "in"), TRUE);
|
rec = process_find(g_hash_table_lookup(optlist, "in"), TRUE);
|
||||||
if (rec != NULL) {
|
if (rec != NULL) {
|
||||||
/* FIXME: use net_sendbuf instead */
|
|
||||||
net_sendbuffer_send(rec->out, args, strlen(args));
|
net_sendbuffer_send(rec->out, args, strlen(args));
|
||||||
net_sendbuffer_send(rec->out, "\n", 1);
|
net_sendbuffer_send(rec->out, "\n", 1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user