aboutsummaryrefslogtreecommitdiff
path: root/modules/ctcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ctcp.py')
-rw-r--r--modules/ctcp.py4
1 files changed, 2 insertions, 2 deletions
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",