diff options
| author | Irssi Scripts Helper | 2016-04-18 13:22:32 +0000 |
|---|---|---|
| committer | Irssi Scripts Helper | 2016-04-18 13:22:32 +0000 |
| commit | fc2d9cbd392ca20cc59de5d34f6102ac82a24e32 (patch) | |
| tree | 6701e78406b4217c589d42e18b7eca4f8fbe7080 | |
| parent | 50c42ab6051ee1d73ffb48434778d39048fd1eee (diff) | |
| download | scripts.irssi.org-fc2d9cbd392ca20cc59de5d34f6102ac82a24e32.tar.bz2 | |
ci artefacts for f815cfb8390b6a1cf35a1b8541a38bfce54fcebb
[skip ci]
| -rw-r--r-- | README.markdown | 5 | ||||
| -rw-r--r-- | Test/autorun_scripts/info.yml | 13 | ||||
| -rw-r--r-- | Test/autorun_scripts/irssi.log | 1 | ||||
| -rw-r--r-- | Test/autorun_scripts/perlcritic.log | 1 | ||||
| -rw-r--r-- | changed-info | 1 |
5 files changed, 19 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 23b443a..6c5cc6f 100644 --- a/README.markdown +++ b/README.markdown @@ -38,6 +38,7 @@ See [the testing read-me](../gh-pages/_testing/) for details. [ autorejoin ](Test/autorejoin/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ autorejoinpunish ](Test/autorejoinpunish/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ autoreminder ](Test/autoreminder/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) +[ autorun_scripts ](Test/autorun_scripts/)| ✔ | ✔ | ✔ | 0 | ✔ [ autostuff ](Test/autostuff/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ autoversion ](Test/autoversion/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ autovoice ](Test/autovoice/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) @@ -291,7 +292,7 @@ See [the testing read-me](../gh-pages/_testing/) for details. [ msg2notice_regex ](Test/msg2notice_regex/)| ✔ | ✔ | ✔ | 0 | ✔ | (c) [ multipaste ](Test/multipaste/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ munge_own_nickname_to_username ](Test/munge_own_nickname_to_username/)| ✔ | ✔ | ✔ | 0 | ✔ | (c) -[ my_beep ](Test/my_beep/)| ✔ | ✔ | ✔ | 3 | ✔ +[ my_beep ](Test/my_beep/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ mygoogle ](Test/mygoogle/)| ✔ | ✔ | ✔ | 4 | ✔ | (c) [ myimdb ](Test/myimdb/)| ✔ | ✔ | ✔ | 4 | ✔ | (c) [ mysqlurllogger ](Test/mysqlurllogger/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) @@ -498,4 +499,4 @@ See [the testing read-me](../gh-pages/_testing/) for details. [ xmpp-notify ](Test/xmpp-notify/)| ✔ | ✔ | ✔ | 21 | ✔ | (c) [ xqf ](Test/xqf/)| ✔ | ✔ | ✔ | 6 | ✔ | (c) -38bb02d2d34241eaf150b8c6998a915edf487ead | 578 +f815cfb8390b6a1cf35a1b8541a38bfce54fcebb | 581 diff --git a/Test/autorun_scripts/info.yml b/Test/autorun_scripts/info.yml new file mode 100644 index 0000000..45f713f --- /dev/null +++ b/Test/autorun_scripts/info.yml @@ -0,0 +1,13 @@ +--- +- + authors: 'Jari Matilainen, original script by nightfrog' + changed: '18/04/2016 15:10:00 CEST' + contact: 'vague!#irssi@freenode on irc' + default_package: autorun_scripts + description: 'Autorun scripts/symlinks created in the scripts/autorun directory' + license: GPLv2 + modified: '2016-04-18 15:11:40' + modules: + - File::ChangeNotify + name: autorun_scripts + version: '0.1' diff --git a/Test/autorun_scripts/irssi.log b/Test/autorun_scripts/irssi.log new file mode 100644 index 0000000..1168fe4 --- /dev/null +++ b/Test/autorun_scripts/irssi.log @@ -0,0 +1 @@ +* -!- Irssi: Loaded script autorun_scripts diff --git a/Test/autorun_scripts/perlcritic.log b/Test/autorun_scripts/perlcritic.log new file mode 100644 index 0000000..038ade6 --- /dev/null +++ b/Test/autorun_scripts/perlcritic.log @@ -0,0 +1 @@ +scripts/autorun_scripts.pl source OK diff --git a/changed-info b/changed-info index 8cf8951..c38c78c 100644 --- a/changed-info +++ b/changed-info @@ -34,6 +34,7 @@ b1736619f9b093287a57ac9b2346257398f3bb43 autorealname.pl 42c97da7ab7f03de962192aed7890e619e2e1bfd autorejoin.pl 31f6e681dfce55a05a9dfb68b25b25114156c21e autorejoinpunish.pl 3548b282b0c6122240aaccf03b99bf126fd790bd autoreminder.pl +d0a9bb9ba8a584139da0e767cd47f6610174e616 autorun_scripts.pl 7b197c02a3e3646d5a480e8f49dbea8ba3bf9d3d autostuff.pl 47d447570c259e5f1d6cceca6e1fd256639bab76 autoversion.pl ed03d8ffc463d83c68103c7a7d5f1f14f46413e8 autovoice.pl |
