notify when addconn command is successful.

This commit is contained in:
Arnaud Cornet 2007-11-25 16:07:53 +01:00
parent 32cdb53d09
commit c064fe6472
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ void adm_bip_addconn(bip_t *bip, struct link_client *ic, char *conn_name,
#endif
#undef SCOPY
#undef ICOPY
adm_reply(ic, "connection added, you should soon be able to connect");
}
static int add_connection(bip_t *bip, struct user *user, list_t *data)