mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-02 18:19:33 +01:00
1.5 KiB
1.5 KiB
Channel Management
chanadd
chanadd
adds a channel to PBot’s list of channels to
auto-join and manage.
Usage: chanadd <channel>
chanrem
chanrem
removes a channel from PBot’s list of channels
to auto-join and manage.
Usage: chanrem <channel>
chanset
chanset
sets a channel’s meta-data. See channel meta-data list
Usage: chanset <channel> [key [value]]
If both key
and value
are omitted, chanset
will show all the keys and values for that channel. If only
value
is omitted, chanset will show the value for that
key.
Channel Metadata List
enabled
: when set to a true value, PBot will auto-join this channel after identifying to NickServ (unlessgeneral.autojoin_wait_for_nickserv
is0
, in which case auto-join happens immediately).chanop
: when set to a true value, PBot will perform channel management (anti-flooding, ban-evasion, etc).permop
: when set to a true value, PBot will automatically op itself when joining and remain opped instead of automatically opping and deopping as necessary.
chanunset
chanunset
deletes a channel’s meta-data key.
Usage: chanunset <channel> <key>
chanlist
chanlist
lists all added channels and their meta-data
keys and values.