This repository contains scripts available at scripts.irssi.org.
To add or modify a script do the following:
- Fork this repository on Github.
- Create a feature branch for your set of patches using
git checkout -b foobar
. - Add or modify your script in the repository. Remember to add it to Git using
git add
. - If you are adding a new script, remember to add script information in
_data/scripts.yaml
. This file is sorted by script filename. - Commit your changes to Git and push them to Github.
- Submit pull request.
- Await review of your changes by one of our developers.