From 4824fdff3a22c611bc470068077a56af13bd0edf Mon Sep 17 00:00:00 2001 From: "Swee (Peppermint)" <meow@swee.codes> Date: Wed, 26 Feb 2025 12:55:41 -0800 Subject: [PATCH] typo --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 8f62fb5..c48584f 100644 --- a/server.py +++ b/server.py @@ -745,7 +745,7 @@ def session(connection, client, ip, isssl=False): dosend(bytes(f"{tags()}:{server} 366 {pending} {channel} :End of /NAMES list.\r\n","UTF-8")) elif command == "NOTICE": if len(args) >= 2: - content = praseOutContent(" ".join(text.split(" ")[2:])) + content = parseOutContent(" ".join(text.split(" ")[2:])) target = text.split(" ")[1] if target.lower() in lower_nicks: target = lower_nicks[target.lower()]