diff options
| author | Irssi Scripts Helper | 2016-04-26 18:56:55 +0000 |
|---|---|---|
| committer | Irssi Scripts Helper | 2016-04-26 18:56:55 +0000 |
| commit | 09ba7dda277d76dd11a6b619ee62b4ce00889c7d (patch) | |
| tree | a7d4870d7e16228c482bb8a038b06cb5e7f6070f | |
| parent | 403226be046d3f04072d8d043e41522283861ba6 (diff) | |
| download | scripts.irssi.org-09ba7dda277d76dd11a6b619ee62b4ce00889c7d.tar.bz2 | |
ci artefacts for 0e27c2df21881ab503ebd327aa6b755e28deaef8
[skip ci]
| -rw-r--r-- | README.markdown | 5 | ||||
| -rw-r--r-- | Test/hilightcmd/info.yml | 14 | ||||
| -rw-r--r-- | Test/hilightcmd/irssi.log | 1 | ||||
| -rw-r--r-- | Test/hilightcmd/perlcritic.log | 1 | ||||
| -rw-r--r-- | changed-info | 1 |
5 files changed, 20 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 4ca5a8e..5c91c64 100644 --- a/README.markdown +++ b/README.markdown @@ -84,7 +84,7 @@ See [the testing read-me](../gh-pages/_testing/) for details. [ cddb ](Test/cddb/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ centericq ](Test/centericq/)| ✔ | ✔ | ✔ | 6 | ✔ | (c) [ cgrep ](Test/cgrep/)| ✘ | ✔ | ✔ | 3 | ☡ | (c) -[ chanact ](Test/chanact/)| ✔ | ✔ | ✔ | 8 | ✔ +[ chanact ](Test/chanact/)| ✔ | ✔ | ✔ | 8 | ✔ | (c) [ chanfull_duden ](Test/chanfull_duden/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ chanfull ](Test/chanfull/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ chanpeak ](Test/chanpeak/)| ✔ | ✔ | ✔ | 6 | ✔ | (c) @@ -188,6 +188,7 @@ See [the testing read-me](../gh-pages/_testing/) for details. [ hideshow ](Test/hideshow/)| ✔ | ✔ | ✔ | 0 | ✔ | (c) [ highlite ](Test/highlite/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ hignore ](Test/hignore/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) +[ hilightcmd ](Test/hilightcmd/)| ✔ | ✔ | ✔ | 3 | ✔ [ hilightwin ](Test/hilightwin/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ hipchat_complete ](Test/hipchat_complete/)| ✔ | ✔ | ✔ | 3 | ✔ | (c) [ history_search ](Test/history_search/)| ✔ | ✔ | ✔ | 5 | ✔ | (c) @@ -499,4 +500,4 @@ See [the testing read-me](../gh-pages/_testing/) for details. [ xmpp-notify ](Test/xmpp-notify/)| ✔ | ✔ | ✔ | 21 | ✔ | (c) [ xqf ](Test/xqf/)| ✔ | ✔ | ✔ | 6 | ✔ | (c) -fc8e2878120c834d106dbca6838cb9ab635a5ba6 | 587 +0e27c2df21881ab503ebd327aa6b755e28deaef8 | 589 diff --git a/Test/hilightcmd/info.yml b/Test/hilightcmd/info.yml new file mode 100644 index 0000000..1a515a6 --- /dev/null +++ b/Test/hilightcmd/info.yml @@ -0,0 +1,14 @@ +--- +- + authors: 'Guillaume Gelin' + contact: contact@ramnes.eu + default_package: hilightcmd + description: 'Call a system command when receiving a hilight' + license: 'GNU GPLv3' + modified: '2016-04-26 11:41:22' + modules: + - String::ShellQuote + - Text::Sprintf::Named + name: hilightcmd + url: https://github.com/ramnes/hilightcmd + version: '0.1' diff --git a/Test/hilightcmd/irssi.log b/Test/hilightcmd/irssi.log new file mode 100644 index 0000000..2df02aa --- /dev/null +++ b/Test/hilightcmd/irssi.log @@ -0,0 +1 @@ +* -!- Irssi: Loaded script hilightcmd diff --git a/Test/hilightcmd/perlcritic.log b/Test/hilightcmd/perlcritic.log new file mode 100644 index 0000000..b961279 --- /dev/null +++ b/Test/hilightcmd/perlcritic.log @@ -0,0 +1 @@ +Code before warnings are enabled at line 20, column 1. See page 431 of PBP. (Severity: 4) diff --git a/changed-info b/changed-info index 4a9bac3..357cc7a 100644 --- a/changed-info +++ b/changed-info @@ -184,6 +184,7 @@ e1dcd199fcda49ea07ef32e0471a1963be337faa hello.pl 6ef0bf82dac00211993eb0509fda93adf662fcc7 hideshow.pl 515d0ddc054a9392daee40d69c797787691c606c highlite.pl ffa375ceecbc592d22b6a4cc822a0432612a08db hignore.pl +42585ef620e92b849bbfa92a5e10889d46a99f6a hilightcmd.pl 7d70317847910abff082830e539e69f2f1503226 hilightwin.pl 0e924745f70d9484d9e890862bfda02157e09364 hipchat_complete.pl 48cbe63aca9317413c2ae00c8bf9bfafc33a1ad6 history_search.pl |
