updated ctcp.py.
This commit is contained in:
parent
f943d63098
commit
cd0311d269
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Module(object):
|
||||||
ctcp_response = None
|
ctcp_response = None
|
||||||
if ctcp_command == "VERSION":
|
if ctcp_command == "VERSION":
|
||||||
ctcp_response = self.bot.config.get("ctcp-version",
|
ctcp_response = self.bot.config.get("ctcp-version",
|
||||||
"BitBot")
|
"BitBot (https://github.com/jesopo/bitbot)")
|
||||||
elif ctcp_command == "PING":
|
elif ctcp_command == "PING":
|
||||||
ctcp_response = " ".join(ctcp_args_split)
|
ctcp_response = " ".join(ctcp_args_split)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue