diff options
| author | Irssi Scripts Helper | 2017-03-31 19:17:17 +0000 | 
|---|---|---|
| committer | Irssi Scripts Helper | 2017-03-31 19:17:17 +0000 | 
| commit | 0b5d49b2ff3aad506680d9ba2c36e3b957c5beb8 (patch) | |
| tree | 5f797d95c0ffd36e07573741ba852622b83e0f3f | |
| parent | a7fd5ac076d6d6aa95c90cb073172e800fc022dc (diff) | |
| download | scripts.irssi.org-0b5d49b2ff3aad506680d9ba2c36e3b957c5beb8.tar.bz2 | |
ci artefacts for 8f7022d26972e31908035f3463035fc39eba0a9a
[skip ci]
| -rw-r--r-- | README.markdown | 5 | ||||
| -rw-r--r-- | Test/pushsafer/info.yml | 22 | ||||
| -rw-r--r-- | Test/pushsafer/irssi.log | 3 | ||||
| -rw-r--r-- | Test/pushsafer/perlcritic.log | 3 | ||||
| -rw-r--r-- | changed-info | 1 | 
5 files changed, 32 insertions, 2 deletions
| diff --git a/README.markdown b/README.markdown index 63dd082..9399eba 100644 --- a/README.markdown +++ b/README.markdown @@ -177,7 +177,7 @@ See [the testing read-me](../master/_testing/) for details.  [                    frm_outgmsgs ](Test/frm_outgmsgs/)|  ✔   |  ✔   |  ✔   |  0   |  ✔   | (c)  [                          fserve ](Test/fserve/)|  ✔   |  ✔   |  ✔   | 44   |  ✔   | (c)  [                          fuckem ](Test/fuckem/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) -[                        fullrain ](Test/fullrain/)|  ✔   |  ✔   |  ✔   |  0   |  ✔    +[                        fullrain ](Test/fullrain/)|  ✔   |  ✔   |  ✔   |  0   |  ✔   | (c)  [                       fullwidth ](Test/fullwidth/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                           getop ](Test/getop/)|  ✔   |  ✔   |  ✔   | 16   |  ✔   | (c)  [                          gimmie ](Test/gimmie/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) @@ -372,6 +372,7 @@ See [the testing read-me](../master/_testing/) for details.  [                             ppl ](Test/ppl/)|  ✔   |  ✔   |  ✔   | 39   |  ✔   | (c)  [                   print_signals ](Test/print_signals/)|  ✔   |  ✔   |  ✔   |  1   |  ✔   | (c)  [                     procmaillog ](Test/procmaillog/)|  ✔   |  ✔   |  ✔   |  9   |  ✔   | (c) +[                       pushsafer ](Test/pushsafer/)|  ✔   |  ✔   |  ✔   |  4   |  ✔     [                  qchallengeauth ](Test/qchallengeauth/)|  ✔   |  ✔   |  ✔   |  0   |  ✔   | (c)  [                           query ](Test/query/)|  ✔   |  ✔   |  ✔   | 22   |  ✔   | (c)  [                     queryresume ](Test/queryresume/)|  ✔   |  ✔   |  ✔   |  5   |  ✔   | (c) @@ -520,4 +521,4 @@ See [the testing read-me](../master/_testing/) for details.  [                     xmpp-notify ](Test/xmpp-notify/)|  ✔   |  ✔   |  ✔   | 21   |  ✔   | (c)  [                             xqf ](Test/xqf/)|  ✔   |  ✔   |  ✔   |  6   |  ✔   | (c) -bcb93062e55a7f182f5690a1ff5aedf1bcb34625 | 850 +8f7022d26972e31908035f3463035fc39eba0a9a | 853 diff --git a/Test/pushsafer/info.yml b/Test/pushsafer/info.yml new file mode 100644 index 0000000..0036090 --- /dev/null +++ b/Test/pushsafer/info.yml @@ -0,0 +1,22 @@ +--- +- +  authors: 'Kevin Siml' +  changed: 2017-03-31 +  commands: +    - 'help pushignore' +    - pushignore +    - 'pushignore add' +    - 'pushignore help' +    - 'pushignore list' +    - 'pushignore remove' +    - pushtest +  contact: kevinsiml@googlemail.com +  default_package: pushsafer +  description: 'Push hilights and private messages when away by the pushsafer.com API' +  license: BSD +  modified: '2017-03-31 15:30:51' +  modules: +    - LWP::UserAgent +  name: pushsafer +  url: https://www.pushsafer.com +  version: 0.0.1 diff --git a/Test/pushsafer/irssi.log b/Test/pushsafer/irssi.log new file mode 100644 index 0000000..6f6cd43 --- /dev/null +++ b/Test/pushsafer/irssi.log @@ -0,0 +1,3 @@ +* -!- Irssi: >> pushsafer 0.0.1 loaded. +* -!- Irssi: >> pushsafer Pushsafer.com private or alias key is not set, set it with /set pushsafer_key YourPrivateOrAliasKey +* -!- Irssi: Loaded script pushsafer diff --git a/Test/pushsafer/perlcritic.log b/Test/pushsafer/perlcritic.log new file mode 100644 index 0000000..77ddf71 --- /dev/null +++ b/Test/pushsafer/perlcritic.log @@ -0,0 +1,3 @@ +Mismatched operator at line 164, column 55.  Numeric/string operators and operands should match.  (Severity: 3) +Return value of "close" ignored at line 254, column 5.  Check the return value of "close" for success.  (Severity: 2) +Return value of "close" ignored at line 273, column 5.  Check the return value of "close" for success.  (Severity: 2) diff --git a/changed-info b/changed-info index ee3d504..9f1feda 100644 --- a/changed-info +++ b/changed-info @@ -368,6 +368,7 @@ f04da336136caf01936378aee332a2a0ca5cf386 poison.pl  a3d8e5b81e855483f860ebed1bfa1b0ccdbfa7d8 ppl.pl  dadd9eb7950af4e4d7b77ee83dae9e6320cfa978 print_signals.pl  34fda3202a5b1c3aee8b36d19fd5364bb6800124 procmaillog.pl +584f19cf9efc2115b52c3cb119196b17618d84fd pushsafer.pl  5eae4c2a0ba9231f0c6bff9636a92c25192c39bc qchallengeauth.pl  9d69aad72e959c532d24d28e3e6f002d05d8a180 query.pl  b4b090eeb92c997cf8104bc39c813f102b398469 queryresume.pl | 
