diff options
| author | George Hazan <ghazan@miranda.im> | 2019-05-23 21:43:02 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-05-23 21:43:02 +0300 |
| commit | 039d185a5aeb5c65d5ba44af5e7ecb5150a16b75 (patch) | |
| tree | e976e6d7a953d9a8bb82acd28a34a67a40410ec5 /plugins/Import/ini | |
| parent | 0f831226bf437da1eeb42acdb46f4fb3e17fa2bd (diff) | |
fixes #1906 (Import: h++ pattern doesn't work)
Diffstat (limited to 'plugins/Import/ini')
| -rw-r--r-- | plugins/Import/ini/historypp.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Import/ini/historypp.ini b/plugins/Import/ini/historypp.ini new file mode 100644 index 0000000000..7d5e353e48 --- /dev/null +++ b/plugins/Import/ini/historypp.ini @@ -0,0 +1 @@ +[General]
Name=History++ pattern
Type=1
Charset=UCS2
UseHeader=3
UsePreMsg=1
[Message]
Pattern=^\[(\d\d?)\.(\d\d?)\.(\d\d\d?\d?)\s(\d\d?):(\d\d?):(\d\d?)\]\s([^\r\n]+?):$
Direction=7
Day=1
Month=2
Year=3
Hours=4
Minutes=5
Seconds=6
[Header]
Pattern=^###\r\n###\s[^\r\n]+?\r\n###\s([^\r\n]+?)\s\([^\r\n]+?:\s([^\r\n]+?)\)\s-\s([^\r\n]+?)\s\([^\r\n]+?:\s([^\r\n]+?)\)\r\n###\s[^\r\n]+?\r\n###\r\n
In=3
Out=1
InNick=3
OutNick=1
InUID=4
OutUID=2
[PreMessage]
PreRN=1
AfterRN=2
\ No newline at end of file |
