How to Chatting Using Irssi on Android Termux

How to Chatting Using Irssi on Android Termux - Hello guys, how are you? Today in this article I want to talking about a tricks how to doing chat in termux using irssi. What's Irssi? Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins.
To shorten maybe I can say this kind of software used as an IRC client to chat via terminal. Usually Irrsi is often used by users of Linux Operating System. Although actually this Irssi can also be used in other Operating System. Like Windows, Mac OS X, and many other linux distros.

After this explanation, I would guessed you that, you will ask again "What's IRC?". Okay, What's IRC? IRC or Internet Relay Chat is a service program to chat in the Linux/Unix terminal. It consists of various "network" (network or "nets") IRC servers, machines to connect users with IRC. The largest Nets are EFnet (the first IRC net, which sometimes has more than 32,000 IRC users in one go), Undernet, IRCnet, DALnet, NewNet.

How to Chatting Using Irssi on Android Termux


Installation Irssi on Android Termux(Command):

  • Open the termux app on your android.
  • Do Update and Upgrade the termux by tyoe this command $ apt update && apt upgrade -y
  • Install the requirements package(irssi).
$ apt install irssi
  • Wait the installation process, and just run it by type "irssi" in your termux.
After you have done installing irssi, what's next? you must to setting up your irssi? What would I do?

Follow these step how to setting up irssi in termux.

  • Connect to Freenode server.
/connect chat.freenode.net
  • After connected to server, next setting up your nickname e.g /nick borhax.
/nick your_nick
  • Join to the channel whatever you want.
/join #channel_name
  • Wha's next? Just enjoy your time.
What do you get in this article? I hope the How to Chatting Using Irssi on Android Termux article will help you, and don't forget to share this article guys. Don't forget to continue to visit this blog, if you feel confused with this tutorial, comment on this article, and ask which part you feel confused.