title

package
v0.0.0-...-32d5e39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Blacklist = []string{"spotify"}
)

TODO(vulski): Should add a config file + command to add blacklisted urls.

View Source
var Plugin = tsugumi.Plugin{
	Name:        "title",
	Author:      "vulski",
	Version:     "lol",
	Description: "Finds titles from URLS and posts it to the respective channel.",
	Callbacks: []func() (string, func(event *irc.Event)){
		func() (s string, i func(event *irc.Event)) {
			return "PRIVMSG", parseUrl
		},
	},
}

Functions

func Register

func Register(t *tsugumi.Bot)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL