parent
e1943ea199
commit
ca3894ad3e
1 changed files with 2 additions and 2 deletions
|
@ -399,9 +399,9 @@ def session(connection, client, ip, isssl=False):
|
||||||
try:
|
try:
|
||||||
e = text.split(" ")[1]
|
e = text.split(" ")[1]
|
||||||
e = f":{e}" if e[0] != ":" else e
|
e = f":{e}" if e[0] != ":" else e
|
||||||
pendingSend += f"{tags}:{server} PONG {server} {e}\r\n"
|
pendingSend += f"{tags()}:{server} PONG {server} {e}\r\n"
|
||||||
except:
|
except:
|
||||||
pendingSend += f"{tags}:{server} PONG {server}\r\n"
|
pendingSend += f"{tags()}:{server} PONG {server}\r\n"
|
||||||
elif command == "MOTD":
|
elif command == "MOTD":
|
||||||
if motd_file != None:
|
if motd_file != None:
|
||||||
motd = open(motd_file).read()
|
motd = open(motd_file).read()
|
||||||
|
|
Loading…
Add table
Reference in a new issue