diff options
| author | Tom Wesley | 2014-12-18 18:20:04 +0000 |
|---|---|---|
| committer | Tom Wesley | 2014-12-18 18:20:04 +0000 |
| commit | 70117a316df4e80c6f867b9e30c4f40e99b02aad (patch) | |
| tree | 74656634ff97d44b8b1c87fa4a6445ead756e095 /_data/scripts.yaml | |
| parent | cada52740ec309380db7afbc305ad423366212d0 (diff) | |
| parent | f71df20f3fb22d9e8b90cb32f6f7010585c99a25 (diff) | |
| download | scripts.irssi.org-70117a316df4e80c6f867b9e30c4f40e99b02aad.tar.bz2 | |
Merge pull request #99 from grawity/cap_sasl
Add cap_sasl.pl
Diffstat (limited to '_data/scripts.yaml')
| -rw-r--r-- | _data/scripts.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 821d037..5944567 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -711,6 +711,18 @@ url: "http://scripts.irssi.org/" version: "1.0" +- authors: "Michael Tharp (gxti), Jilles Tjoelker (jilles), Mantas Mikulėnas (grawity)" + commands: "sasl" + contact: "grawity@gmail.com" + description: "Implements SASL authentication (and multi-prefix as free bonus)" + filename: "cap_sasl.pl" + modified: "2014-12-18 05:37:00" + modules: "Crypt::PK::ECC MIME::Base64" + license: "GPLv2" + name: "cap_sasl" + url: "https://nullroute.eu.org/~grawity/irssi.html" + version: "1.8" + - authors: "ZaMz0n" commands: "cddb" contact: "zamzon@freakpower.com" |
