diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-01 18:23:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-01 18:23:27 +0300 |
commit | c9027518b426a134006a7335184df8f9205b2938 (patch) | |
tree | d74c7ad6a446c462d559edc9ae2f584f955fb2fc /plugins/NewStory/src/stdafx.h | |
parent | 7ce5ce71c631671061ba13fd30b97075fa5f3e63 (diff) |
fixes #2371 (NewStory: add grouping support)
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index 49924ade86..ad0a5d62fd 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -79,9 +79,12 @@ struct CMPlugin : public PLUGIN<CMPlugin> { HANDLE m_log; + bool bMsgGrouping; + CMPlugin(); int Load() override; int Unload() override; }; +extern CMOption<bool> g_bOptGrouping;
\ No newline at end of file |