|
| 1 | +Irssi: IRC Client on Atomic Host |
| 2 | +================================ |
| 3 | + |
| 4 | +`Irssi <https://irssi.org/>`_ is a Terminal Based IRC Client for Unix/Linux based systems. This page shows how to run Irssi on Atomic Host. |
| 5 | + |
| 6 | +Steps |
| 7 | +----- |
| 8 | + |
| 9 | +**First you will need to boot up an atomic host** |
| 10 | + |
| 11 | +- Copy the **Sources** down from here `Fedora Dockerfile for Irssi <https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/irssi/>`_. |
| 12 | +- Perform the build with the following command: |
| 13 | + ``docker build -t fedora/irssi .`` |
| 14 | +- After the build is successful run the container with the following command: |
| 15 | + ``atomic run fedora/irssi`` |
| 16 | + |
| 17 | +This will start Irssi. |
| 18 | + |
| 19 | + |
| 20 | +Irssi Commands |
| 21 | +-------------- |
| 22 | + |
| 23 | +To Connect to Server: |
| 24 | + |
| 25 | +``/connect irc.freenode.net`` |
| 26 | + |
| 27 | +To Connect to Channel: |
| 28 | + |
| 29 | +``/join #fedora`` |
| 30 | + |
| 31 | +To leave Channel: |
| 32 | + |
| 33 | +``/part #fedora`` |
| 34 | + |
| 35 | +To Set nick: |
| 36 | + |
| 37 | +``/set nick username`` |
| 38 | + |
| 39 | +To Identify nick: |
| 40 | + |
| 41 | +``/msg nickserv identify password`` |
| 42 | + |
| 43 | +To Change nick: |
| 44 | + |
| 45 | +``/nick username1`` |
| 46 | + |
| 47 | + |
| 48 | +More Commands |
| 49 | +------------- |
| 50 | + |
| 51 | ++----------------+--------------------------------------------------------------------+ |
| 52 | +| **Command** | **Description** | |
| 53 | ++----------------+--------------------------------------------------------------------+ |
| 54 | +| /ban | Sets or lists bans for a channel | |
| 55 | ++----------------+--------------------------------------------------------------------+ |
| 56 | +| /clear | Clears a channel buffer | |
| 57 | ++----------------+--------------------------------------------------------------------+ |
| 58 | +| /disconnect | Disconnects from the network that has focus | |
| 59 | ++----------------+--------------------------------------------------------------------+ |
| 60 | +| /exit | Disconnects client from all networks and returns to shell prompt | |
| 61 | ++----------------+--------------------------------------------------------------------+ |
| 62 | +| /join | Joins a channel | |
| 63 | ++----------------+--------------------------------------------------------------------+ |
| 64 | +| /kick | Kicks a user out | |
| 65 | ++----------------+--------------------------------------------------------------------+ |
| 66 | +| /kickban | Kickbans a user | |
| 67 | ++----------------+--------------------------------------------------------------------+ |
| 68 | +| /msg | Sends a private message to a user | |
| 69 | ++----------------+--------------------------------------------------------------------+ |
| 70 | +| /names | Lists the users in the current channel | |
| 71 | ++----------------+--------------------------------------------------------------------+ |
| 72 | +| /query | Opens a query window with a user or closes a current query window | |
| 73 | ++----------------+--------------------------------------------------------------------+ |
| 74 | +| /topic | Displays/edits the current topic | |
| 75 | ++----------------+--------------------------------------------------------------------+ |
| 76 | +| /unban | Unbans everyone | |
| 77 | ++----------------+--------------------------------------------------------------------+ |
| 78 | +| /whois | Displays user information | |
| 79 | ++----------------+--------------------------------------------------------------------+ |
| 80 | +| /window close | Forces closure of a window | |
| 81 | ++----------------+--------------------------------------------------------------------+ |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | +**Further Reading:** To know more about Irssi visit `https://irssi.org <https://irssi.org/>`_. |
0 commit comments