> For the complete documentation index, see [llms.txt](https://bmsvieira.gitbook.io/nova-irc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bmsvieira.gitbook.io/nova-irc/introduction.md).

# Introduction

Nova IRC is a powerful and easy-to-use IRC client library for **Node.js**, designed for developers who want to build robust IRC bots and applications effortlessly.&#x20;

It provides a seamless way to connect to IRC servers securely (or traditionally), while offering an intuitive event-driven architecture.

#### Key Features:

✅ **Secure & Flexible Connections** – Connect to IRC servers with or without encryption.\
✅ **Event-Driven API** – Listen to events like messages, joins, parts, and more.\
✅ **Bot-Friendly** – Perfect for automating tasks, moderation, or building chat-based applications.\
✅ **Lightweight & Efficient** – Designed to be fast, stable, and easy to integrate into any project.

Whether you're developing a simple chat bot or a complex IRC-powered system, **EpiC IRC** makes it easy to interact with IRC networks without the hassle.

🚀 **Get started today and build something amazing!**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bmsvieira.gitbook.io/nova-irc/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
