Skip to content

profanity-im/profanity-plugins

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

profanity-plugins

Building Profanity with plugin support

Dependencies required:

autoconf-archive
libtool

For Python plugins the following is also required:

python-dev

Installing plugins

Use the /plugins install command, e.g.

/plugins install ~/projects-git/profanity-plugins/stable/say.py

See the /help plugins command for further plugin management options.

Branches

  • 0.5.0: Maintenance branch compatible Profanity 0.5.0
  • 0.5.1: Maintenance branch compatible Profanity 0.5.1
  • master: Development for Profanity 0.6.0 - 0.11.x

Developing plugins

API Documentation:

External plugins