From 846fe03c903d005432e575d516e194607371e78f Mon Sep 17 00:00:00 2001 From: cqst Date: Fri, 22 Aug 2025 20:53:34 -0700 Subject: fix command_hello --- notcqst.py | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/notcqst.py b/notcqst.py index 7df9199..6354f34 100644 --- a/notcqst.py +++ b/notcqst.py @@ -6,7 +6,6 @@ from yt_dlp import YoutubeDL # TODO eradicate global variables -# TODO add SSL support reconnect = 0 text_str = 0 @@ -73,7 +72,7 @@ def command_flag(irc): command = split_spaces[1].strip() match command: case "choose": command_choose(split_spaces, irc) - case "hello": command_hello() + case "hello": command_hello(irc) case _: unknown_command() @@ -115,18 +114,3 @@ def connect_loop(irc): print("connecting to: " + hostname) connect_checked() - - - - - - - - - - - - - - - -- cgit v1.2.3