Send IRCBot.VERSION on a CTCP VERSION (ctcp.py)

This commit is contained in:
jesopo 2019-02-24 08:39:20 +00:00
parent 276d753711
commit 77ab4707b2

View file

@ -1,7 +1,7 @@
import datetime
from src import ModuleManager, utils
from src import IRCBot, ModuleManager, utils
VERSION_DEFAULT = "BitBot (https://git.io/bitbot)"
VERSION_DEFAULT = "BitBot %s (https://git.io/bitbot)" % IRCBot.VERSION
SOURCE_DEFAULT = "https://git.io/bitbot"
@utils.export("serverset", {"setting": "ctcp-responses",