yeref 0.29.14__tar.gz → 0.29.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.14
3
+ Version: 0.29.16
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.29.14',
5
+ version='0.29.16',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -5421,8 +5421,8 @@ l_hand_msg_flood = {
5421
5421
  'ar': "💬<i>الفيضانات</i>-رسائل",
5422
5422
  }
5423
5423
  l_hand_msg_via_bot = {
5424
- 'ru': "🗣 <b>Сообщения</b> <i>от имени бота</i> не разрешены",
5425
- 'en': "🗣 <b>Messages</b> <i>on behalf of a bot</i> are not allowed",
5424
+ 'ru': "🔗 <b>Сообщения</b> <i>от имени бота</i> не разрешены",
5425
+ 'en': "🔗 <b>Messages</b> <i>on behalf of a bot</i> are not allowed",
5426
5426
  'es': "🗣 <b>Mensajes</b> <i>en nombre de un bot</i> no están permitidos",
5427
5427
  'fr': "🗣 Les <b>Messages</b> <i>de la part d'un bot</i> ne sont pas autorisés",
5428
5428
  'zh': "🗣 不允许<b>消息</b> <i>代表机器人</i>",
@@ -15,7 +15,7 @@ import mimetypes
15
15
  import os
16
16
  import random
17
17
  import regex
18
- import re
18
+ import re
19
19
  import csv
20
20
  import subprocess
21
21
  import uuid
@@ -247,32 +247,26 @@ UB_CSENDCNT_ = 1
247
247
  UB_VARS_ = '{"UB_PROMO": "#911", "UB_CHANNEL": 0, "UB_CHANNELTID": 0, "UB_GROUP": 0, "UB_GROUPTID": 0, "USER_COMMENT": "","UB_TZ": "+00:00", "UB_DT": "", "UB_LZ": "en", "UB_LC": "en"}'
248
248
  UB_LSTS_ = '{}'
249
249
 
250
- GROUPP_CONFIG_ = '☑☑☑☐☐☐☐'
251
250
  GROUPP_CCHECK_ = '☑☐☐☐☐'
252
251
  GROUPP_CBAN_ = '☐☐☑☐☐'
253
- GROUPP_CCHANNEL_ = '☑☐'
254
- GROUPP_CNEURO_ = '☐☐☐☐☐☐☐☐'
255
- GROUPP_CLINK_ = '☑☑☑'
256
- GROUPP_CSYMBOL_ = '☐☐'
257
- GROUPP_CMEDIA_ = '☑☑☑☑☑☑☑☑☑☐☐'
258
- GROUPP_CFLOOD_ = 0
259
252
  GROUPP_CDIALOG_ = '☑☑☑'
260
- GROUPP_CLEN_ = 0
261
- GROUPP_CTIMER_ = 0
262
- GROUPP_CWORK_ = ''
263
- GROUPP_CINVITECNT_ = 1
264
- GROUPP_CUSERDELAY_ = 1
265
- GROUPP_CUSER_ = '☑☐☑☐'
266
- GROUPP_CADMIN_ = '☑☐'
267
- GROUPP_CPAY_ = '☐☐☐'
268
- GROUPP_CCOMMENT_ = '☑☑'
269
- GROUPP_CDIALOG_ = '☑☐☐'
253
+
270
254
  GROUPP_CSYSTEM_ = '☑'
271
255
  GROUPP_CCHANNEL_ = '☑☑'
272
- GROUPP_CLINK_ = '☑☑☑'
256
+ GROUPP_CLINKS_ = '☑☑☑☑'
273
257
  GROUPP_CSYMBOLS_ = '☑☑☑'
274
258
  GROUPP_CWORDS_ = '☐☐'
259
+
260
+ GROUPP_CPAY_ = '☐☐☐'
275
261
  GROUPP_CVOTE_ = '☑☑'
262
+ GROUPP_CUSER_ = '☑☐☑'
263
+ GROUPP_CADMIN_ = '☑☑'
264
+
265
+ GROUPP_CFLOOD_ = 0
266
+ GROUPP_CTIMER_ = 0
267
+ GROUPP_CWORK_ = ''
268
+ GROUPP_CINVITECNT_ = 1
269
+ GROUPP_CUSERDELAY_ = 1
276
270
 
277
271
  CHANNEL_CONFIG_ = '☑☑☑☐☐☐☐'
278
272
  CHANNEL_CCHECK_ = '☑☐☐☐☐'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.29.14
3
+ Version: 0.29.16
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes