Skip to content

Commit

Permalink
allowinvite
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberg committed Oct 24, 2012
1 parent b672dd2 commit 58333aa
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Modules/allowinvite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: Modules » m_allowinvite
layout: default
---

## Description

Provides support for channel mode `+A`, allowing `/invite` freely on a
channel (and extban A to allow specific users it)

## Configuration Tags

This module does not require any extra configuration, beyond the `<module>` tag to load it.

## Commands

This module does not implement any commands.

## User Modes

This module does not implement any user modes.

## Channel Modes

Mode | Description
---- | -----------
A | Set this mode to allow anyone to `/invite` users to your channel
(not just ops).

## Extended Bans

Mode | Description
---- | -----------
["A"] | Extended Ban A:nick!user@host -- Set this on specific users to disallow them from sending /invites to your channel (for example, if the user is abusing /invite).

## Notes

Insert any long notes or gotchas about this module here.

## Extra Resources

0 comments on commit 58333aa

Please sign in to comment.