diff options
| -rw-r--r-- | modules/ctcp.py | 2 |
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) |
