Versions in this module Expand all Collapse all v0 v0.2.0 Dec 14, 2024 Changes in this version + func AAAAA(ctx context.Context, robo *Robot, call *Invocation) + func Affection(ctx context.Context, robo *Robot, call *Invocation) + func Contact(ctx context.Context, robo *Robot, call *Invocation) + func DescribeMarriage(ctx context.Context, robo *Robot, call *Invocation) + func DescribePrivacy(ctx context.Context, robo *Robot, call *Invocation) + func Echo(ctx context.Context, robo *Robot, call *Invocation) + func EchoIn(ctx context.Context, robo *Robot, call *Invocation) + func Effect(log *slog.Logger, name, msg string) string + func Forget(ctx context.Context, robo *Robot, call *Invocation) + func Hte(ctx context.Context, robo *Robot, call *Invocation) + func Marry(ctx context.Context, robo *Robot, call *Invocation) + func OwO(ctx context.Context, robo *Robot, call *Invocation) + func Private(ctx context.Context, robo *Robot, call *Invocation) + func Quiet(ctx context.Context, robo *Robot, call *Invocation) + func Rawr(ctx context.Context, robo *Robot, call *Invocation) + func Source(ctx context.Context, robo *Robot, call *Invocation) + func Speak(ctx context.Context, robo *Robot, call *Invocation) + func Unprivate(ctx context.Context, robo *Robot, call *Invocation) + func Who(ctx context.Context, robo *Robot, call *Invocation) + type Func func(ctx context.Context, robo *Robot, call *Invocation) + type Invocation struct + Args map[string]string + Channel *channel.Channel + Message *message.Received[message.User] + type Robot struct + Brain brain.Interface + Channels *syncmap.Map[string, *channel.Channel] + Contact string + Log *slog.Logger + Metrics *metrics.Metrics + Owner string + Privacy *privacy.List + Spoken *spoken.History