ircprobe

Crates.ioircprobe
lib.rsircprobe
version0.1.1
sourcesrc
created_at2023-04-19 15:20:11.554559+00
updated_at2023-04-19 15:31:21.249519+00
descriptionline-based IRC client
homepagehttps://github.com/badirc/ircprobe
repositoryhttps://github.com/badirc/ircprobe
max_upload_size
id843642
size36,354
liv (shadows-withal)

documentation

README

ircprobe

A small line-based IRC client.

For IRC developers

Download and install this tool:

cargo install ircprobe
# more installation methods to be added

Connect to a server:

ircprobe localhost:6667
>

Now you can enter commands (try CAP LS), and you should be able to see any responses from the server.

For end users

This is a client mainly designed for quick manual debugging of IRC servers. It therefore doesn't really lend itself to being "useable", sorry!

Commit count: 13

cargo fmt