lizmat / IRC-Client

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

Incorrect channels #37

Open zoffixznet opened 7 years ago

zoffixznet commented 7 years ago

The docs conflict in saying server.channels gives Str/Pairs. Currently getting 1 pair as [:_("#zofbot")] for a channel without a password.

Also, it's a pain in the ass to get all channels the client is connected to.