eelcohn / Telegram-API

A gateway between IRC chat channels and Telegram groups, supergroups and channels
MIT License
10 stars 3 forks source link

Add Tcl version check when script is started #68

Closed eelcohn closed 5 years ago

eelcohn commented 5 years ago

if {$tcl_version < "8.6"} { puts "Error: can't load Telegram-API because your Tcl version is lower than 8.6" }

eelcohn commented 5 years ago

Fixed in v20190731