LICENSE.md
README.md
pyproject.toml
src/textchat/__init__.py
src/textchat/client.py
src/textchat/irc.tcss
src/textchat/ircchat.py
src/textchat.egg-info/PKG-INFO
src/textchat.egg-info/SOURCES.txt
src/textchat.egg-info/dependency_links.txt
src/textchat.egg-info/entry_points.txt
src/textchat.egg-info/requires.txt
src/textchat.egg-info/top_level.txt
src/textchat/commands/__init__.py
src/textchat/db/__init__.py
src/textchat/db/base.py
src/textchat/db/db.py
src/textchat/db/model.py
src/textchat/screens/__init__.py
src/textchat/screens/irc.py
src/textchat/screens/quit.py
src/textchat/screens/settings.py
src/textchat/utils/channels.py
src/textchat/widgets/__init__.py
src/textchat/widgets/address.py
src/textchat/widgets/channels.py
src/textchat/widgets/input.py
src/textchat/widgets/nickname.py
src/textchat/widgets/password.py