package hdlautojoin
import "github.com/hlandau/ircproto/egobot/hdlautojoin"
Package hdlautojoin provides a handler implementing channel autojoin functionality.
Index ¶
Variables ¶
Functions ¶
func Info ¶
func Info(cfg *Config) *ircregistry.HandlerInfo
Creates a new HandlerInfo which, when instantiated in ircregistry, uses the given Config to maintain channel joins.
Types ¶
type Config ¶
type Config struct { // Channels to autojoin. Channels []string }
Autojoin configuration.
Source Files ¶
- Version
- v0.0.0-20240529044229-f1af42e426cd (latest)
- Published
- May 29, 2024
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 2 months ago –
Tools for package owners.