lizmat / IRC-Client

Raku module for building IRC (Internet Relay Chat) clients
Artistic License 2.0
14 stars 7 forks source link

Add IRC::Client::Debugger or something similar #24

Open zoffixznet opened 7 years ago

zoffixznet commented 7 years ago

Constantly restarting and reconnecting the client during development is annoying. There should be an easy way to test out the plugins without connecting to anything, by just accepting input from STDIN or something