[irc] used nonempty prefixed nicks in 353 reply
also according to the rust code style variables are named in snake_case and not in camelCase
[irc] used nonempty prefixed nicks in 353 reply
it's probably okay to make it just a Str
, since this is the domain of irc and it doesn't have players, it has nicknames and usernames and other stuff (which probably could be wrapped into newtypes in future)
[irc] used nonempty prefixed nicks in 353 reply
this is not the way, you should actually iterate over members in a for-loop and call writer.write_all
there
[irc] send 502 if not sender tries to change mode for other users
Introduce scoped async tasks and get-rid of Arc'ed objects