diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-23 22:01:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-23 22:01:13 +0300 |
commit | 72f7727d539949bd67f130a021b87d653661c193 (patch) | |
tree | 7fd80297a49bda81fb9525ba9d301fe1d81982d6 | |
parent | 3ac67ff6428093572ffb9ed5104547bf2c4f07a3 (diff) |
added default extension for h++ pattern
-rw-r--r-- | plugins/Import/ini/historypp.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/ini/historypp.ini b/plugins/Import/ini/historypp.ini index c53bd7b05d..3bcdd0235d 100644 --- a/plugins/Import/ini/historypp.ini +++ b/plugins/Import/ini/historypp.ini @@ -1 +1 @@ -[General]
Name=History++
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 +[General]
Name=History++
DefaultExtension=txt
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 |