/
/include.py
 1 # irgramd: IRC-Telegram gateway
 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.
 8 
 9 # Constants
10 
11 VERSION                      = '0.1'
12 NICK_MAX_LENGTH              = 20
13 CHAN_MAX_LENGHT              = 50