remove dead code

This commit is contained in:
Jazz Turner-Baggs 2025-07-13 17:23:18 -07:00
parent 7ea9dd084d
commit 774f12a352

View File

@ -82,13 +82,6 @@ proc getConversations*(self: Client): Table[string, ConvoWrapper] =
# Methods
#################################################
# proc addConversation*(c: var Client, convo: Conversation) =
# if not c.conversations.hasKey(convo.getConvoId()):
# c.conversations[convo.getConvoId()] = convo
# else:
# echo "Conversation with ID ", convo.getConvoId(), " already exists."
proc createIntroBundle*(self: var Client): IntroBundle =
## Generates an IntroBundle for the client, which includes
## the required information to send a message.