Command: mode#
Summary#
Command | Default Level | Global Only? |
---|---|---|
mode | 100 | no |
Description#
- Changes the
mode
of a channel to affect the automatic scan behaviour when clients join the channel.
Usage#
-
Supported modes include:
on
: automatically scan joining clients (floodnet, whitelist, blacklist, DNSBL, port scan)off
: do not automatically scan joining clientsseure
: set the channel mode to+Dm
and periodically find recently joined clients to scan, only voicing the user (making them visible to others) once scans have passed.
Secure Mode
Secure mode should only be used on networks using
ircu
(such as Undernet), as not all ircds support channel mode+D
(for delayed joins).Ordinarily, enabling
secure
mode will result in all existing clients in the channel being voiced, as the channel will become moderated.Adding
-nomode
when enablingsecure
mode or going back to modeson
oroff
will result in no-one being voiced or devoiced, respectively.
- Channel parameter is optional. If not given, the bot will default to the originating channel, the channel the user has the most access in, or lastly, the default Armour channel.
Examples#
View currently enabled mode
:
Enable secure
mode:
@Empus | y mode secure
-- | Mode #armour [+mD] by yolk
-- | Mode #armour [+vv MrBob MsJane] by yolk
@yolk | done.
Set mode
back to on
:
@Empus | y mode on
-- | Mode #armour [-mD] by yolk
-- | Mode #armour [-vv MrBob MsJane] by yolk
@yolk | done.
Set mode
to secure
, without voicing existing users:
Related Commands#
Command | Description |
---|---|
cmds | List commands available to user |
help | View the help for a given command |
scan | Scan a client or value against lists and return results |