Can I send a message to an IRC channel without joining it?

Are there usually any security restrictions set on production IRC servers to stop this?

有帮助吗?

解决方案

From RFC 2811 (https://www.rfc-editor.org/rfc/rfc2811#section-4.2.4):

4.2.4 No Messages To Channel From Clients On The Outside

When the channel flag 'n' is set, only channel members MAY send messages to the channel.

 This flag only affects users.

I've never seen a channel that wasn't set to +n, however. (Although I haven't really looked.)

In summary: theoretically it is possible, but most servers are probably set to not allow it by default.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top