All Projects → inspircd → Inspircd Contrib

inspircd / Inspircd Contrib

Third-party InspIRCd module repository.

Labels

Projects that are alternatives of or similar to Inspircd Contrib

Irackbot
Bridge between Slack and IRC channels allowing message filtering and logging while keeping communication public
Stars: ✭ 25 (-59.02%)
Mutual labels:  irc
Java Twirk
Small, basic library for communication via the Twitch chat. Java 8 compatible
Stars: ✭ 36 (-40.98%)
Mutual labels:  irc
Biboumi
IRC gateway for XMPP
Stars: ✭ 51 (-16.39%)
Mutual labels:  irc
Charla
A IRC Server / Daemon written in Python using the circuits Application Framework.
Stars: ✭ 8 (-86.89%)
Mutual labels:  irc
Juno
a seriously modern IRC daemon written from scratch in Perl. designed to be ridiculously extensible, painlessly reloadable, and excessively configurable
Stars: ✭ 12 (-80.33%)
Mutual labels:  irc
Hammerspoon
Staggeringly powerful macOS desktop automation with Lua
Stars: ✭ 8,540 (+13900%)
Mutual labels:  irc
Irclogger
A Perl/PHP tool to log an IRC channel and make it searchable on the Web
Stars: ✭ 18 (-70.49%)
Mutual labels:  irc
Continuum Desktop
Matrix client in kotlin
Stars: ✭ 60 (-1.64%)
Mutual labels:  irc
Syslog2irc
Receive syslog messages via UDP and show them on IRC.
Stars: ✭ 15 (-75.41%)
Mutual labels:  irc
Marvin
The paranoid bot (framework)
Stars: ✭ 51 (-16.39%)
Mutual labels:  irc
Warren
🐇 Kotlin/JVM, tested, IRC v3.2 client state management and observing
Stars: ✭ 8 (-86.89%)
Mutual labels:  irc
Zonkeynet
RADIO Mesh Network
Stars: ✭ 12 (-80.33%)
Mutual labels:  irc
Alectro
A terminal IRC client in Rust.
Stars: ✭ 47 (-22.95%)
Mutual labels:  irc
Irc Colors.js
Color and formatting for irc bots made easy. Inspired by colors.js and cli-color.
Stars: ✭ 26 (-57.38%)
Mutual labels:  irc
Homura
an IRC bouncer written in JavaScript for Node.js
Stars: ✭ 54 (-11.48%)
Mutual labels:  irc
Torpedo
Pluggable, multi-network asynchronous chat bot written in Go
Stars: ✭ 19 (-68.85%)
Mutual labels:  irc
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (-37.7%)
Mutual labels:  irc
Inspircd Docker
InspIRCd Docker Image
Stars: ✭ 60 (-1.64%)
Mutual labels:  irc
Girc
💣 girc is a flexible IRC library for Go 👌
Stars: ✭ 59 (-3.28%)
Mutual labels:  irc
Honeybot
🛩 A python IRC bot with simple plugins dev. Ignited in mauritius, first-timers friendly!
Stars: ✭ 48 (-21.31%)
Mutual labels:  irc

About

InspIRCd is a modular C++ Internet Relay Chat (IRC) server for UNIX-like and Windows systems.

This repository contains additional modules contributed and maintained by the users of InspIRCd.

Installation

The primary interface to this repository is via the modulemanager binary shipped with InspIRCd.

If you do not have this or do not wish to use it, you can download directly from this repository.

Copy or symlink the modules you wish to use to src/modules/ in the InspIRCd directory.

Then just rerun make and make install.

Support

Modules in this repository are not officially supported by the InspIRCd development team.

See the module author comments in the module files to find the author.

You may be able to find the author or others who use the module in #inspircd on irc.inspircd.org.

Please make it clear you're asking about a contrib module!

Development

Example Tags

/// $ModAuthor: w00t
/// $ModAuthorMail: [email protected]
/// $ModConfig: <syncbans channels="#a,#b,#c">
/// $ModConflicts: m_muteban.so
/// $ModDepends: core 3
/// $ModDesc: Provides ircd-side fantasy commands.
/// $ModMask: mask reason (e.g., deprecated or obsolete)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].