diff --git a/server.py b/server.py index d31b1e1..3ae43a3 100644 --- a/server.py +++ b/server.py @@ -50,6 +50,8 @@ def session(connection, client): command = text.split(" ")[0].upper() try: args = text.split(" ")[1:] + except: + pass for text in textt.split("\r\n"): if command == "NICK": pending = text.split(" ")[1]