Update server.py
This commit is contained in:
parent
0fdf93d47a
commit
0f970c1e39
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ def session(connection, client):
|
||||||
command = text.split(" ")[0].upper()
|
command = text.split(" ")[0].upper()
|
||||||
try:
|
try:
|
||||||
args = text.split(" ")[1:]
|
args = text.split(" ")[1:]
|
||||||
|
except:
|
||||||
|
pass
|
||||||
for text in textt.split("\r\n"):
|
for text in textt.split("\r\n"):
|
||||||
if command == "NICK":
|
if command == "NICK":
|
||||||
pending = text.split(" ")[1]
|
pending = text.split(" ")[1]
|
||||||
|
|
Loading…
Reference in a new issue