Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
6a541fbe
Verified
Commit
6a541fbe
authored
2 weeks ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
irc: remove backslashes
parent
fd24caa4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#252558
passed with warnings
2 weeks ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/irc.md
+5
-5
5 additions, 5 deletions
howto/irc.md
with
5 additions
and
5 deletions
howto/irc.md
+
5
−
5
View file @
6a541fbe
...
...
@@ -119,7 +119,7 @@ Since mid-April 2021, many `#tor-*` channels are bridged (or
status, but so far it seems to be working well. These channel are listed in
[
#tor-space
](
https://matrix.to/#/#tor-space:matrix.org
)
.
By default, you will appear on IRC as a user like
"
YourMatrixName
\
[
m
\]
"
. You
By default, you will appear on IRC as a user like
`
YourMatrixName[m
]`
. You
can join channels on bridged IRC networks (Freenode and OFTC) through the
[
Portal rooms
](
https://matrix.org/bridges/
)
functionality. For example,
`#_oftc_#channelname:matrix.org`
corresponds to
`#channelname`
on OFTC. This is
...
...
@@ -135,7 +135,7 @@ To access internal channels, you will need to:
3.
If your nick is already registered you will get a PM from
[
NickServ
](
https://matrix.to/#/@_oftc_NickServ:matrix.org
)
(
`@_oftc_NickServ:matrix.org`
)
stating that you need
to authenticate. Do so by responding with
`identify
\
<yourpassword
\
>`
.
<yourpassword>`
.
4.
If your nick isn't registered, you must do so before you'll be granted
access to internal channels. You can do so by sending
`register <password> <e-mail>`
to
[
NickServ
](
https://matrix.to/#/@_oftc_NickServ:matrix.org
)
(
`@_oftc_NickServ:matrix.org`
)
, and following
...
...
@@ -144,7 +144,7 @@ To access internal channels, you will need to:
#tor-project`
to
`@oftc-irc:matrix.org`
.
6.
Get someone to add you to the corresponding
`GroupServ`
lists (see
above) and tell you the secret password
7.
Send
`!join #tor-internal
\
<channel password
\
>`
to
7.
Send
`!join #tor-internal <channel password>`
to
`@oftc-irc:matrix.org`
. Same with
`#cakeorpie`
.
For more information see the general
[
Matrix bridge documentation
](
https://matrix.org/bridges/
)
...
...
@@ -397,10 +397,10 @@ decisions:
[ ** ] as the IRC server password like this: user/network:pass.
[ ** ]
[ ** ] Try something like this in your IRC client...
[ ** ] /server
\
<znc_server_ip
\
> 2000 pastly:
\
<pass
\
>
[ ** ] /server <znc_server_ip> 2000 pastly:<pass>
[ ** ]
[ ** ] To manage settings, users and networks, point your web browser to
[ ** ] http://
\
<znc_server_ip
\
>:2000/
[ ** ] http://<znc_server_ip>:2000/
[ ** ]
[ ?? ] Launch ZNC now? (yes/no) [yes]: no
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment