diff options
| author | David Leadbeater | 2014-10-13 11:02:48 +0100 |
|---|---|---|
| committer | David Leadbeater | 2014-10-13 11:02:48 +0100 |
| commit | cafcaf8437e69c329cf5080293e71aa0787c67e0 (patch) | |
| tree | 4a3c6126c2aca88e8f34d8dddb2036799aacd9b6 /_data/scripts.yaml | |
| parent | 28da90463150dcb39b3ed57a06bf17b5bf344f0a (diff) | |
| parent | 2c0b34ffefaf18f2aa746f58c789ea01bfe337fd (diff) | |
| download | scripts.irssi.org-cafcaf8437e69c329cf5080293e71aa0787c67e0.tar.bz2 | |
Merge pull request #24 from tslocum/newscripts
Add scripts autoclearinput and winnum
Diffstat (limited to '_data/scripts.yaml')
| -rw-r--r-- | _data/scripts.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_data/scripts.yaml b/_data/scripts.yaml index 7d9ba96..d6d9acd 100644 --- a/_data/scripts.yaml +++ b/_data/scripts.yaml @@ -261,6 +261,16 @@ url: "http://ninja.no/irssi/autochannel.pl" version: "1.2" +- authors: "Trevor Slocum" + contact: "tslocum@gmail.com" + description: "Automatically clears pending input when you are away" + filename: "autoclearinput.pl" + modified: "2014-05-13 10:35:00" + license: "GPLv3" + name: "autoclearinput" + url: "https://github.com/tslocum/irssi-scripts" + version: "1.0.1" + - authors: "Marcin Rozycki" contact: "derwan@irssi.pl" description: "Auto regain ops in empty opless channels" @@ -4068,6 +4078,16 @@ url: "http://wouter.coekaerts.be/irssi/" version: "1.0" +- authors: "Trevor Slocum" + contact: "tslocum@gmail.com" + description: "Goto a window by its reference number with /##" + filename: "winnum.pl" + modified: "2014-05-01 16:04:00" + license: "GPLv3" + name: "winnum" + url: "https://github.com/tslocum/irssi-scripts" + version: "1.0.0" + - authors: "Antti Ruokomäki" contact: "antti.ruokomaki@mbnet.fi" description: "If timestamp_timeout is used, the text will be indented when the stamp is hidden" |
