lizmat / IRC-Client

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

IRC::Client.send: use correct server in loop #57

Closed taboege closed 6 years ago

taboege commented 6 years ago

Probably an oversight in dfe212d5, &send checks the same $server over and over in the loop. It should use $_ as it does when invoking send-cmd.

zoffixznet commented 6 years ago

👍 Thanks!