diff options
| author | 2016-03-29 13:00:01 +0100 | |
|---|---|---|
| committer | 2016-03-29 13:00:01 +0100 | |
| commit | cd0311d2697ef923c77b4876a86ff3124e281856 (patch) | |
| tree | fde9c98f821e37ed49ea6d32a0cf1bf05afadc8f | |
| parent | first commit. (diff) | |
updated ctcp.py.
| -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) |
