added notes on basics of connecting with irssi

This commit is contained in:
tomit4 2021-12-25 16:10:27 -08:00
parent c83b1fa668
commit 72bb0907d3

View 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