From 77ab4707b23753181142efb3a571de488bb5da49 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 24 Feb 2019 08:39:20 +0000 Subject: Send IRCBot.VERSION on a CTCP VERSION (ctcp.py) --- modules/ctcp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/ctcp.py b/modules/ctcp.py index 339ac354..484d221e 100644 --- a/modules/ctcp.py +++ b/modules/ctcp.py @@ -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", -- cgit v1.3.1-10-gc9f91