Crates.io | ircprobe |
lib.rs | ircprobe |
version | 0.1.1 |
source | src |
created_at | 2023-04-19 15:20:11.554559+00 |
updated_at | 2023-04-19 15:31:21.249519+00 |
description | line-based IRC client |
homepage | https://github.com/badirc/ircprobe |
repository | https://github.com/badirc/ircprobe |
max_upload_size | |
id | 843642 |
size | 36,354 |
A small line-based IRC client.
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.
This is a client mainly designed for quick manual debugging of IRC servers. It therefore doesn't really lend itself to being "useable", sorry!