From c40a77e39282fcc449a15935f5fd22aeaa0f5e42 Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Fri, 14 Feb 2025 23:48:07 -0800
Subject: [PATCH] Update modules/pawserv.py

---
 modules/pawserv.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/pawserv.py b/modules/pawserv.py
index 048e427..da4eae8 100644
--- a/modules/pawserv.py
+++ b/modules/pawserv.py
@@ -39,6 +39,7 @@ class IRCatModule:
         try:
             if command == "JOIN":
                 channel = args[0]
+                print(channel)
                 query = self.sql.chanserv_details(channel)
                 topic = ""
                 if query != False: