rebrand CTCP VERSION response
This commit is contained in:
parent
3fa1bb4c92
commit
45809ff5ec
2
bert.py
2
bert.py
|
@ -301,7 +301,7 @@ def command_loop():
|
||||||
print("direct message received")
|
print("direct message received")
|
||||||
if msg == "\x01VERSION\x01":
|
if msg == "\x01VERSION\x01":
|
||||||
print("got ctcp version request")
|
print("got ctcp version request")
|
||||||
notice(ircnick, "\x01VERSION BertBot "+version+"\x01")
|
notice(ircnick, "\x01VERSION HuanBot (fork of BertBot) "+version+"\x01")
|
||||||
elif msg.startswith("\x01PING"):
|
elif msg.startswith("\x01PING"):
|
||||||
print("got ctcp ping request")
|
print("got ctcp ping request")
|
||||||
pingstring = msg.split()[1]
|
pingstring = msg.split()[1]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user