NAME

Convos::Plugin::Paste - Convos plugin to convert messages into paste

SYNOPSIS

# enable
$ CONVOS_PLUGINS=Convos::Plugin::Paste ./script/convos
$ ./script/convos

# disable
$ CONVOS_PLUGINS= ./script/convos

DESCRIPTION

Convos::Plugin::Paste is an EXPERIMENTAL paste plugin for Convos. It is enabled by default, but can be disabled by setting the CONVOS_PLUGINS environment variable to empty string.

The reasoning behind this plugin is that Convos should not "leak" data to an external service by accident. If you however want to make something like a https://gist.github.com/ plugin, then please have a look at the source code of this plugin and/or come and talk to us at irc://chat.freenode.net:6697/convos.

METHODS

register

See "register" in Convos::Plugin.

SEE ALSO

Convos