updated ctcp.py.

This commit is contained in:
jesopo 2016-03-29 13:00:01 +01:00
parent f943d63098
commit cd0311d269
No known key found for this signature in database
GPG key ID: 0BBDEB2AEFCFFCB3

View file

@ -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)