mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 10:02:22 +02:00
IRSSI is an IRC client and should not advertise nor be beholden to any particular IRC network. This patch is inspired by both of the following commits, and aims to remove references to any particular network in the documentation, in an effort to avoid potential conflict amongst team and community members: -a4486c236a-1ba48840a1Based on a (as of this writing) draft blog post [0], and the discussion that has occurred regarding the blog post, it doesn't appear as if the IRSSI development team is interested in being transparent about the reasoning behind its aversion to removing the Freenode network, specifically related to the comments about "potential legal consequences". By removing references to any given network in the documentation, this project moves forward without taking a political stance, but in a way that avoids recommending any given network to users. [0]: https://github.com/irssi/irssi.github.io/pull/79
26 lines
528 B
Text
26 lines
528 B
Text
|
|
%9Syntax:%9
|
|
|
|
@SYNTAX:join@
|
|
|
|
%9Parameters:%9
|
|
|
|
-window Joins a channel in the active window.
|
|
-invite Joins the channel you were last invited to.
|
|
-<server tag> The server tag on which you want to join the channel.
|
|
|
|
The channel names, separated by a comma, to join and the channel key.
|
|
|
|
%9Description:%9
|
|
|
|
Joins the given channels.
|
|
|
|
%9Examples:%9
|
|
|
|
/JOIN #irssi
|
|
/JOIN #basementcat secret_lair
|
|
/JOIN -invite
|
|
/JOIN -<network> #github,#freenode,#irssi
|
|
|
|
%9See also:%9 KICK, PART
|
|
|