From f6d34bc3bfb8c9a000ecf25cc2e0cf521fc06f73 Mon Sep 17 00:00:00 2001 From: Mohamad Jahani Date: Sun, 26 Jul 2015 19:24:15 +0430 Subject: [PATCH] fix add_contact and rename_contact --- README-LUA | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-LUA b/README-LUA index 250d8b5..3ef8165 100644 --- a/README-LUA +++ b/README-LUA @@ -58,8 +58,8 @@ Function_list (arguments are listed aside from cb_function and cb_extra, : chat_add_user (chat, user) chat_del_user (chat, user) - add_contactt (phone, first_name, last_name) - rename_contactt (phone, first_name, last_name) + add_contact (phone, first_name, last_name) + rename_contact (phone, first_name, last_name) msg_search (peer, text) msg_global_search (text)