├── README.md ├── assets ├── irc.png ├── irc_greyed.png ├── user.png └── user_greyed.png ├── dark.png ├── girc.py ├── irc.py ├── screenshot.png ├── ui.py └── usage.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/README.md -------------------------------------------------------------------------------- /assets/irc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/assets/irc.png -------------------------------------------------------------------------------- /assets/irc_greyed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/assets/irc_greyed.png -------------------------------------------------------------------------------- /assets/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/assets/user.png -------------------------------------------------------------------------------- /assets/user_greyed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/assets/user_greyed.png -------------------------------------------------------------------------------- /dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/dark.png -------------------------------------------------------------------------------- /girc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/girc.py -------------------------------------------------------------------------------- /irc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/irc.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/screenshot.png -------------------------------------------------------------------------------- /ui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/ui.py -------------------------------------------------------------------------------- /usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grocid/girc/HEAD/usage.png --------------------------------------------------------------------------------