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