A simple IRC client written in C.
This project uses CMake for its build system. To build the project, follow these steps:
-
Create a build directory:
mkdir build cd build -
Run CMake to configure the project:
cmake ..
-
Build the project:
make
/join <channel>- Joins the specified IRC channel./part [channel] [reason]- Leaves the current or specified IRC channel./nick <new_nickname>- Changes your nickname on the server./quit- Disconnects from the server and exits the application.
This project is licensed under the GNU General Public License v2.
Alt-j: Move to the next buffer (down the list).Alt-k: Move to the previous buffer (up the list).Page Up: Scroll up by half a page in the main buffer.Page Down: Scroll down by half a page in the main buffer.Shift+Page Up: Scroll up by a full page in the main buffer.Shift+Page Down: Scroll down by a full page in the main buffer.