diff options
| -rw-r--r-- | README.markdown | 8 | ||||
| -rw-r--r-- | Test/mh_sbuserinfo/info.yml | 8 | ||||
| -rw-r--r-- | Test/mh_sbuserinfo/perlcritic.log | 2 | ||||
| -rw-r--r-- | Test/notes/info.yml | 7 | ||||
| -rw-r--r-- | Test/notes/perlcritic.log | 2 | ||||
| -rw-r--r-- | changed-info | 4 | 
6 files changed, 18 insertions, 13 deletions
| diff --git a/README.markdown b/README.markdown index 161f9bb..87d3a1c 100644 --- a/README.markdown +++ b/README.markdown @@ -199,7 +199,7 @@ See [the testing read-me](../master/_testing/) for details.  [                        highlite ](Test/highlite/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                         hignore ](Test/hignore/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                      hilightcmd ](Test/hilightcmd/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) -[                      hilightwin ](Test/hilightwin/)|  ✔   |  ✔   |  ✔   |  3   |  ✔    +[                      hilightwin ](Test/hilightwin/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                      hilite_url ](Test/hilite_url/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                hipchat_complete ](Test/hipchat_complete/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                  history_search ](Test/history_search/)|  ✔   |  ✔   |  ✔   |  5   |  ✔   | (c) @@ -284,7 +284,7 @@ See [the testing read-me](../master/_testing/) for details.  [                    mh_hold_mode ](Test/mh_hold_mode/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                       mh_invite ](Test/mh_invite/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                  mh_sbsplitmode ](Test/mh_sbsplitmode/)|  ✔   |  ✔   |  ✔   |  4   |  ✔   | (c) -[                   mh_sbuserinfo ](Test/mh_sbuserinfo/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) +[                   mh_sbuserinfo ](Test/mh_sbuserinfo/)|  ✔   |  ✔   |  ✔   |  3   |  ✔     [                   mh_userstatus ](Test/mh_userstatus/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                   mh_windowfill ](Test/mh_windowfill/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                          miodek ](Test/miodek/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) @@ -334,7 +334,7 @@ See [the testing read-me](../master/_testing/) for details.  [                            nopl ](Test/nopl/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                        norepeat ](Test/norepeat/)|  ✔   |  ✔   |  ✔   |  6   |  ✔   | (c)  [                       noteserve ](Test/noteserve/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) -[                           notes ](Test/notes/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c) +[                           notes ](Test/notes/)|  ✔   |  ✔   |  ✔   |  0   |  ✔     [                     noticelogic ](Test/noticelogic/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                      noticemove ](Test/noticemove/)|  ✔   |  ✔   |  ✔   |  3   |  ✔   | (c)  [                      notifyquit ](Test/notifyquit/)|  ✔   |  ✔   |  ✔   |  0   |  ✔   | (c) @@ -521,4 +521,4 @@ See [the testing read-me](../master/_testing/) for details.  [                     xmpp-notify ](Test/xmpp-notify/)|  ✔   |  ✔   |  ✔   | 21   |  ✔   | (c)  [                             xqf ](Test/xqf/)|  ✔   |  ✔   |  ✔   |  6   |  ✔   | (c) -c3dacd170180e1d6ef67bd2ec57b1fd08e15f8a4 | 886 +9d6c0c460ec3429d0c3caa897296737031d1bad7 | 891 diff --git a/Test/mh_sbuserinfo/info.yml b/Test/mh_sbuserinfo/info.yml index 0efa866..dc1c6c8 100644 --- a/Test/mh_sbuserinfo/info.yml +++ b/Test/mh_sbuserinfo/info.yml @@ -1,11 +1,13 @@  ---  -    authors: 'Michael Hansen' -  changed: 'Sun Nov  6 20:37:05 CET 2016' +  changed: 'Mon Apr 24 09:34:36 CEST 2017'    contact: 'mh on IRCnet #help'    default_package: mh_sbuserinfo -  description: 'statusbar item that shows users and limit info in channels' +  description: 'statusbar item that shows user count (opers, ops, halfops, voice and total) and limit info (with opless/limit warning) in channels'    license: BSD +  modified: '2017-04-24 09:50:42'    name: mh_sbuserinfo +  sbitems: mh_sbuserinfo    url: 'http://scripts.irssi.org / https://github.com/mh-source/irssi-scripts' -  version: '1.05' +  version: '1.06' diff --git a/Test/mh_sbuserinfo/perlcritic.log b/Test/mh_sbuserinfo/perlcritic.log index e9e98ae..939328b 100644 --- a/Test/mh_sbuserinfo/perlcritic.log +++ b/Test/mh_sbuserinfo/perlcritic.log @@ -1 +1 @@ -Code before warnings are enabled at line 130, column 1.  See page 431 of PBP.  (Severity: 4) +Code before warnings are enabled at line 150, column 1.  See page 431 of PBP.  (Severity: 4) diff --git a/Test/notes/info.yml b/Test/notes/info.yml index 4da8533..c5d96a3 100644 --- a/Test/notes/info.yml +++ b/Test/notes/info.yml @@ -1,7 +1,7 @@  ---  -    authors: vague -  changed: '24 Nov 16:00:00 CET 2015' +  changed: '22 Apr 20:00:00 CEST 2017'    commands:      - notes      - 'notes add' @@ -12,8 +12,11 @@    default_package: notes    description: 'Keeps notes on users and displayes the note in /whois output if the host/nick matches'    license: GPL2 +  modified: '2017-04-23 22:41:20'    modules:      - DBI      - DBM::Deep +    - List::MoreUtils +    - autovivification    name: notes -  version: '0.31' +  version: '1.0' diff --git a/Test/notes/perlcritic.log b/Test/notes/perlcritic.log index 6955d43..7f73922 100644 --- a/Test/notes/perlcritic.log +++ b/Test/notes/perlcritic.log @@ -1 +1 @@ -Code before warnings are enabled at line 23, column 1.  See page 431 of PBP.  (Severity: 4) +scripts/notes.pl source OK diff --git a/changed-info b/changed-info index 40e1022..88246d3 100644 --- a/changed-info +++ b/changed-info @@ -280,7 +280,7 @@ dea47f31a9a7b10250f618778bffa0e520981d92 mailcheck_mbox_flux.pl  64fe792d5899f951724c717ff8f6010aca8aa73f mh_hold_mode.pl  5e94b3456ead76929d6ddac91242ebbe92fc89ee mh_invite.pl  79ebb6d3d35c455d42cb2b14740b2d8d7bd9b574 mh_sbsplitmode.pl -c9ee21103adfdcd65debd6adce2b2d7d300a0b1d mh_sbuserinfo.pl +0a8eb9c294280b0be2c8480110d31dd13266c77a mh_sbuserinfo.pl  edbe0298cba0d3b1bd1d370194c70f3a13101582 mh_userstatus.pl  e907ec626975e0ee93a1b113dee8c518c9368c44 mh_windowfill.pl  ce00bc6184ff56f0b0660b37dffa599f578ae7bd miodek.pl @@ -330,7 +330,7 @@ e11be3b88d3309f5a02a0c4067546dfe2d786cb5 noisyquery.pl  2cf794ea95ad91104fb343f8a4c6c5470e5b87b3 nopl.pl  02aec568e431a4b18d086a879ea44a0d9cafb6d2 norepeat.pl  5fbb79c675a5144629a462407621a5d3896e9704 noteserve.pl -364ccf40572585130e5f04dbcb96c8c76832faa3 notes.pl +ea603793877087724e232d8228939d024699d156 notes.pl  b8269bd7b9aaf74bbad4ab0737cc8c0aa1c8c72f noticelogic.pl  781d42d22f2aaab8138df7bf6a308b160b10a31e noticemove.pl  e2910aa58d06f2a4bb05587f7c438f0e7feb745f notifyquit.pl | 
