You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomly stumbled upon this while reading the source. This is the first line that uses # and & to check if a message is going to a channel, or if it's meant to be a private message to just the user:
In regard to the lifetime of a channel, there are typically two
groups of channels: standard channels which prefix is either '&', '#'
or '+', and "safe channels" which prefix is '!'.
The text was updated successfully, but these errors were encountered:
Randomly stumbled upon this while reading the source. This is the first line that uses # and & to check if a message is going to a channel, or if it's meant to be a private message to just the user:
IRC-Client/lib/IRC/Client.rakumod
Line 270 in bd4bef4
There are a few more mentions.
Here's a section in the RFC2811 that names the allowed prefixes for channels:
https://datatracker.ietf.org/doc/html/rfc2811#section-3
The text was updated successfully, but these errors were encountered: