From 39abf3ec0b1ba694bfb57a88a99530459da5e094 Mon Sep 17 00:00:00 2001 From: LittleVulpix Date: Sat, 14 Jul 2018 02:18:43 +0200 Subject: Amend template to work with current MsgExport header There is an extra \s causing the regex to not match. --- plugins/ImportTXT/importtxt/msgexport_p.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ImportTXT/importtxt/msgexport_p.ini b/plugins/ImportTXT/importtxt/msgexport_p.ini index 933df10808..828c23f80b 100644 --- a/plugins/ImportTXT/importtxt/msgexport_p.ini +++ b/plugins/ImportTXT/importtxt/msgexport_p.ini @@ -14,7 +14,7 @@ Hours=5 Minutes=6 Seconds=7 [Header] -Pattern=^------------------------------------------------\r\n[\s]+?History for\r\nUser[\s]+?:\s([^\r\n]+?)\r\n(.*\r\n)+?Nick[\s]+?:\s([^\r\n]+?)\s\r\n(.*\r\n)+?^------------------------------------------------$ +Pattern=^------------------------------------------------\r\n[\s]+?History for\r\nUser[\s]+?:\s([^\r\n]+?)\r\n(.*\r\n)+?Nick[\s]+?:\s([^\r\n]+?)\r\n(.*\r\n)+?^------------------------------------------------$ In=1 InNick=3 [PreMessage] -- cgit v1.2.3