aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2016-03-29 13:00:01 +0100
committerGravatar jesopo2016-03-29 13:00:01 +0100
commitcd0311d2697ef923c77b4876a86ff3124e281856 (patch)
treefde9c98f821e37ed49ea6d32a0cf1bf05afadc8f /modules
parentfirst commit. (diff)
updated ctcp.py.
Diffstat (limited to 'modules')
-rw-r--r--modules/ctcp.py2
1 files changed, 1 insertions, 1 deletions
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)