From cd0311d2697ef923c77b4876a86ff3124e281856 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 29 Mar 2016 13:00:01 +0100 Subject: updated ctcp.py. --- modules/ctcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ctcp.py b/modules/ctcp.py index f646cedf..23ce25f6 100644 --- a/modules/ctcp.py +++ b/modules/ctcp.py @@ -17,7 +17,7 @@ class Module(object): ctcp_response = None if ctcp_command == "VERSION": ctcp_response = self.bot.config.get("ctcp-version", - "BitBot") + "BitBot (https://github.com/jesopo/bitbot)") elif ctcp_command == "PING": ctcp_response = " ".join(ctcp_args_split) -- cgit v1.3.1-10-gc9f91