mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 03:06:21 +00:00
Fixed non OTR compilation
This commit is contained in:
@@ -1839,7 +1839,7 @@ cmd_execute_default(const char * inp)
|
|||||||
ui_outgoing_chat_msg("me", chatwin->barejid, inp);
|
ui_outgoing_chat_msg("me", chatwin->barejid, inp);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
message_send(inp, send_recipient->str);
|
message_send_chat(send_recipient->str, inp);
|
||||||
if (prefs_get_boolean(PREF_CHLOG)) {
|
if (prefs_get_boolean(PREF_CHLOG)) {
|
||||||
const char *jid = jabber_get_fulljid();
|
const char *jid = jabber_get_fulljid();
|
||||||
Jid *jidp = jid_create(jid);
|
Jid *jidp = jid_create(jid);
|
||||||
|
|||||||
@@ -3006,7 +3006,7 @@ cmd_tiny(gchar **args, struct cmd_help_t help)
|
|||||||
ui_outgoing_chat_msg("me", chatwin->barejid, tiny);
|
ui_outgoing_chat_msg("me", chatwin->barejid, tiny);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
message_send(tiny, send_recipient->str);
|
message_send_chat(send_recipient->str, tiny);
|
||||||
if (prefs_get_boolean(PREF_CHLOG)) {
|
if (prefs_get_boolean(PREF_CHLOG)) {
|
||||||
const char *jid = jabber_get_fulljid();
|
const char *jid = jabber_get_fulljid();
|
||||||
Jid *jidp = jid_create(jid);
|
Jid *jidp = jid_create(jid);
|
||||||
|
|||||||
Reference in New Issue
Block a user