Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Context Sensitive Group
freedombone
Commits
8a9b19a2
Commit
8a9b19a2
authored
8 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Better to have the irc instructions on the website than in the readme
parent
ef2df704
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-app-irc
+0
-21
0 additions, 21 deletions
src/freedombone-app-irc
with
0 additions
and
21 deletions
src/freedombone-app-irc
+
0
−
21
View file @
8a9b19a2
...
...
@@ -438,27 +438,6 @@ function install_irc_server {
add_watchdog_daemon ngircd
if
!
grep
-q
$"IRC Server"
/home/
${
MY_USERNAME
}
/README
;
then
echo
''
>>
/home/
${
MY_USERNAME
}
/README
echo
''
>>
/home/
${
MY_USERNAME
}
/README
echo
$'IRC Server'
>>
/home/
${
MY_USERNAME
}
/README
echo
'=========='
>>
/home/
${
MY_USERNAME
}
/README
echo
$'To connect to your IRC server in irssi:'
>>
/home/
${
MY_USERNAME
}
/README
echo
''
>>
/home/
${
MY_USERNAME
}
/README
if
[[
${
ONION_ONLY
}
!=
'yes'
]]
;
then
echo
" irssi"
>>
/home/
${
MY_USERNAME
}
/README
echo
" /server add -auto -ssl
$DEFAULTDOMAIN
$IRC_PORT
"
>>
/home/
${
MY_USERNAME
}
/README
echo
" /connect
$DEFAULT_DOMAIN_NAME
"
>>
/home/
${
MY_USERNAME
}
/README
else
echo
" usetorwith irssi"
>>
/home/
${
MY_USERNAME
}
/README
echo
" /server add -auto
$IRC_ONION_HOSTNAME
$IRC_PORT
"
>>
/home/
${
MY_USERNAME
}
/README
echo
" /connect
$IRC_ONION_HOSTNAME
"
>>
/home/
${
MY_USERNAME
}
/README
fi
echo
" /join #
${
PROJECT_NAME
}
"
>>
/home/
${
MY_USERNAME
}
/README
chown
${
MY_USERNAME
}
:
${
MY_USERNAME
}
/home/
${
MY_USERNAME
}
/README
chmod
600 /home/
${
MY_USERNAME
}
/README
fi
function_check configure_firewall_for_irc
configure_firewall_for_irc
install_completed irc_server
...
...
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