From b40796211c73976a94a883b31a47e215fc14aec2 Mon Sep 17 00:00:00 2001
From: Swee <sweeistaken@gmail.com>
Date: Sat, 19 Oct 2024 19:25:46 -0700
Subject: [PATCH] Update __init__.py

---
 scparseirc/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scparseirc/__init__.py b/scparseirc/__init__.py
index d3ee2f1..a7f8f18 100644
--- a/scparseirc/__init__.py
+++ b/scparseirc/__init__.py
@@ -26,5 +26,5 @@ class IRCSession: # Actual IRC session
         return False
     def alive(self): # NOT FINISHED: To minimize exceptions, the client can ask the object if the socket connection is still alive.
         return False
-    def whois(self, nick:str): # Try to /whois the user, will return a user() object or None.
+    def whois(self, nick:str): # NOT FINISHED: Try to /whois the user, will return a user() object or None.
         return None
\ No newline at end of file