mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
rephrase documentation to be abstract to any given network
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
This commit is contained in:
parent
a4486c236a
commit
df5132394f
22 changed files with 64 additions and 58 deletions
|
|
@ -61,15 +61,15 @@
|
|||
%9Examples:%9
|
||||
|
||||
/SERVER
|
||||
/SERVER CONNECT chat.freenode.net
|
||||
/SERVER CONNECT +chat.freenode.net
|
||||
/SERVER ADD -network Freenode -noautosendcmd orwell.freenode.net
|
||||
/SERVER ADD -! -auto -host staff.irssi.org -4 -network Freenode -noproxy orwell.freenode.net 6667
|
||||
/SERVER MODIFY -network Freenode -noauto orwell.freenode.net
|
||||
/SERVER MODIFY -network Freenode orwell.freenode.net 6697 -
|
||||
/SERVER REMOVE orwell.freenode.net 6667 Freenode
|
||||
/SERVER CONNECT <url>
|
||||
/SERVER CONNECT +<url>
|
||||
/SERVER ADD -network <name> -noautosendcmd <url>
|
||||
/SERVER ADD -! -auto -host staff.irssi.org -4 -network <name> -noproxy <url> 6667
|
||||
/SERVER MODIFY -network <name> -noauto <url>
|
||||
/SERVER MODIFY -network <name> <url> 6697 -
|
||||
/SERVER REMOVE <url> 6667 <name>
|
||||
/SERVER PURGE
|
||||
/SERVER PURGE orwell.freenode.net
|
||||
/SERVER PURGE <url>
|
||||
|
||||
%9See also:%9 CHANNEL, CONNECT, DISCONNECT, NETWORK, RECONNECT, RMRECONNS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue