Update server.py
This commit is contained in:
parent
d525b4a91e
commit
bb7271bd08
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ def session(connection, client, ip, ssl=False):
|
|||
for text in textt.replace("\r", "").split("\n"):
|
||||
for i in socketListeners:
|
||||
if "onSocket" in dir(i):
|
||||
i.onSocket(socket=connection, ip=client[0], value=text, cachedNick=pending if pending != "*" else None)
|
||||
i.onSocket(socket=connection, ip=client[0], value=text, cachedNick=pending if pending != "*" else None, validated=finished)
|
||||
command = text.split(" ")[0].upper()
|
||||
try:
|
||||
args = text.split(" ")[1:]
|
||||
|
|
Loading…
Add table
Reference in a new issue