From ffdd43398c6beebd3eaeb8a3b8d0722f90c470ba Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 21 Sep 2022 22:12:40 +0300 Subject: =?UTF-8?q?fixes=20#3202=20(StdUserInfo:=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=BA=D0=BE=D1=88=D0=B5=D0=BD=D1=8B=20=D1=8D=D0=BB=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=82=D1=8B=20=D0=BD=D0=B0=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20"=D0=90=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D0=B0=D1=80")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/AVS/src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/AVS/src/main.cpp') diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 4dacf724bb..2ad7a85047 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -56,7 +56,8 @@ static PLUGININFOEX pluginInfoEx = }; CMPlugin::CMPlugin() : - PLUGIN("AVS_Settings", pluginInfoEx) + PLUGIN(MODULENAME, pluginInfoEx), + bPerProto(MODULENAME, "PerProtocolUserAvatars", 1) {} ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3