Lenticular Cloud/Shell/Irssi: Difference between revisions

From Milliways
Jump to navigation Jump to search
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Have IRC running 24/7 =
== Shell Irssi ==


After you connected to the shell start Irssi.
After you connected to the shell start Irssi.
Line 5: Line 5:
For connecting to hackint.org/#milliways follow the instruction on https://hackint.org/connect like follows:
For connecting to hackint.org/#milliways follow the instruction on https://hackint.org/connect like follows:


<code>/network add -sasl_username <login> -sasl_password <password> -sasl_mechanism PLAIN hackint</code>
  /network add -sasl_username <login> -sasl_password <password> -sasl_mechanism PLAIN hackint
<code>/server add -auto -net hackint -ssl -ssl_verify irc.hackint.org 6697</code>
  /server add -auto -net hackint -ssl -ssl_verify irc.hackint.org 6697
<code>/save</code>
  /save
<code>/connect hackint</code>
  /connect hackint




Then join the #milliways channel with:
Then join the #milliways channel with:


/join #milliways
  /join #milliways

Latest revision as of 18:28, 3 August 2019

Shell Irssi

After you connected to the shell start Irssi.

For connecting to hackint.org/#milliways follow the instruction on https://hackint.org/connect like follows:

 /network add -sasl_username <login> -sasl_password <password> -sasl_mechanism PLAIN hackint
 /server add -auto -net hackint -ssl -ssl_verify irc.hackint.org 6697
 /save
 /connect hackint


Then join the #milliways channel with:

 /join #milliways