The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog | Stats

Modules/1.2/callerid

From the makers of InspIRCd.

(Redirected from Modules/callerid)
Jump to: navigation, search

callerid module (InspIRCd-1.2 version)

1.0 Documentation 1.1 Documentation 1.2 Documentation
Description
Provides the user mode +g and the ACCEPT command, which activate caller-ID mode for a user and provide a means of controlling accepted nicks.
Configuration Tags
<callerid maxaccepts="16" operoverride="no" tracknick="no" cooldown="60">
  • <callerid:maxaccepts> - The maximum number of nicks that can be on a user's accept list.
  • <callerid:operoverride> - Controls whether opers (ALL opers) can send messages to users that have mode +g set and do not have the oper on the accept list.
  • <callerid:tracknick> - Controls whether users that change their nick are tracked (remain on accept lists when changing nick).
  • <callerid:cooldown> - Minimum number of seconds between users receiving notifications of private messages (not the actual message) from users not on their accept list.
Additional Modes
User mode +g: Prevents private messages from reaching the user unless the sender is on their accept list.
Additional Commands
/ACCEPT [+]<nick> { [, [+]<nick> ] }

Accepts private messages from the specified users.

/ACCEPT -<nick> { [, -<nick> ] }

Stops accepting private messages from the specified users.

/ACCEPT *

Shows a list of users on your accept list.

Special Notes
The /ACCEPT command can be used to manage an accept list even without having mode +g set, so that when setting mode +g, an accept list will already be in place. Also, the ACCEPT command can process more than one instruction in a single command. For example, using a command such as "/ACCEPT nick1, +nick2, *, -nick3, -nick4" would add nick1 and nick2 to your accept list, display your accept list, and then remove nick3 and nick4 from your accept list.
Personal tools
head
Navigation
head
head
head
head
 
head
head
Toolbox
head
head