Versions in this module Expand all Collapse all v2 v2.0.3 Sep 22, 2020 v2.0.2 Sep 21, 2020 Changes in this version + type PluginHelper interface + GetHttpClient func() error + GetIRCClient func() (rpc.IRCPluginClient, error) + Ping func() error + RegisterChannelMessageHandler func(channel string, handler func(message *rpc.ChannelMessage)) error + RegisterWebhook func(path string, handler func(request *rpc.HttpRequest) *rpc.HttpResponse) error + SendIRCMessage func(channel string, messages []string) []error + SendRawMessage func(messages []string) []error + func NewHelper(rpchost string, rpcport uint16, rpctoken string) (PluginHelper, error) Other modules containing this package github.com/greboid/irc/v3