added notes on basics of connecting with irssi
This commit is contained in:
parent
c83b1fa668
commit
72bb0907d3
1 changed files with 18 additions and 0 deletions
18
irssi/connect_with_irssi.txt
Normal file
18
irssi/connect_with_irssi.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# First open irssi from terminal:
|
||||
irssi
|
||||
|
||||
# From there, connect to the libera chat server:
|
||||
|
||||
/connect irc.us.libera.chat
|
||||
|
||||
# And reidentify as your username
|
||||
|
||||
/nick <username>
|
||||
|
||||
# And register with nickserv
|
||||
|
||||
/msg NickServ REGISTER YourPassword youremail@example.com
|
||||
|
||||
# Finally join the channel you wish to partake in:
|
||||
|
||||
/join #channel
|
||||
Loading…
Add table
Add a link
Reference in a new issue