repos
/
irgramd
/ annotate_shade
telegram, irc: Set topic in IRC with Telegram channel/chat description
Annotate for file include.py
2022-02-20 E.
1
# irgramd: IRC-Telegram gateway
01:25:27 '
2
# include.py: Constants and other definitions to be included in other files
'
3
#
'
4
# Copyright (c) 2020-2022 E. Bosch <presidev@AT@gmail.com>
'
5
#
'
6
# Use of this source code is governed by a MIT style license that
'
7
# can be found in the LICENSE file included in this project.
2021-01-27 E.
8
19:51:33 '
9
# Constants
'
10
2024-08-31 E.
11
VERSION = '0.2'
2021-01-27 E.
12
NICK_MAX_LENGTH = 20
2024-09-07 E.
13
CHAN_MAX_LENGTH = 50
2024-11-02 E.
14
MAX_LINE = 400