Modules/callerid
From the makers of InspIRCd.
| 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">
|
| 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. |

















