diff options
| -rw-r--r-- | README.markdown | 10 | ||||
| -rw-r--r-- | Test/findbot/findbot.log | 4 | ||||
| -rw-r--r-- | Test/localize/info.yml | 5 | ||||
| -rw-r--r-- | Test/localize/irssi.log | 2 | ||||
| -rw-r--r-- | Test/localize/perlcritic.log | 3 | ||||
| -rw-r--r-- | Test/postpone/info.yml | 1 | ||||
| -rw-r--r-- | Test/quiz/info.yml | 5 | ||||
| -rw-r--r-- | Test/quiz/perlcritic.log | 1 | ||||
| -rw-r--r-- | Test/quizmaster-fr/info.yml | 5 | ||||
| -rw-r--r-- | Test/quizmaster-fr/irssi.log | 2 | ||||
| -rw-r--r-- | Test/quizmaster-fr/perlcritic.log | 3 | ||||
| -rw-r--r-- | Test/quizmaster/info.yml | 5 | ||||
| -rw-r--r-- | Test/quizmaster/irssi.log | 2 | ||||
| -rw-r--r-- | Test/quizmaster/perlcritic.log | 3 | ||||
| -rw-r--r-- | Test/screen_away/irssi.log | 2 | ||||
| -rw-r--r-- | changed-info | 10 | 
16 files changed, 28 insertions, 35 deletions
| diff --git a/README.markdown b/README.markdown index 9f2a3d6..c13189b 100644 --- a/README.markdown +++ b/README.markdown @@ -264,7 +264,7 @@ See [the testing read-me](../master/_testing/) for details.  [                          listen ](Test/listen/)|  ✔   |  ✔   |  ✔   |  9   |  ✔     [                        listsort ](Test/listsort/)|  ✔   |  ✔   |  ✔   |  0   |  ✔     [                         loadavg ](Test/loadavg/)|  ✔   |  ✔   |  ✔   |  3   |  ✔    -[                        localize ](Test/localize/)|  ✔   |  ✔   |  ✘   | 37   |  ☡    +[                        localize ](Test/localize/)|  ✔   |  ✔   |  ✔   | 25   |  ✔     [                        log2ansi ](Test/log2ansi/)|  ✘   |  ✘   |  ✔   | 15   |  ☡     [                logcompress_perl ](Test/logcompress_perl/)|  ✔   |  ✔   |  ✔   |  0   |  ✔     [                     logcompress ](Test/logcompress/)|  ✔   |  ✔   |  ✔   |  3   |  ✔    @@ -379,9 +379,9 @@ See [the testing read-me](../master/_testing/) for details.  [                         quitmsg ](Test/quitmsg/)|  ✔   |  ✔   |  ✔   |  4   |  ✔     [                        quitrand ](Test/quitrand/)|  ✔   |  ✔   |  ✔   |  6   |  ✔     [                          quizgr ](Test/quizgr/)|  ✔   |  ✔   |  ✔   |  6   |  ✔    -[                   quizmaster-fr ](Test/quizmaster-fr/)|  ✔   |  ✔   |  ✘   | 27   |  ☡    -[                      quizmaster ](Test/quizmaster/)|  ✔   |  ✔   |  ✘   | 27   |  ☡    -[                            quiz ](Test/quiz/)|  ✔   |  ✔   |  ✘   |  8   |  ☡    +[                   quizmaster-fr ](Test/quizmaster-fr/)|  ✔   |  ✔   |  ✔   | 15   |  ✔    +[                      quizmaster ](Test/quizmaster/)|  ✔   |  ✔   |  ✔   | 15   |  ✔    +[                            quiz ](Test/quiz/)|  ✔   |  ✔   |  ✔   |  4   |  ✔     [                         rainbow ](Test/rainbow/)|  ✔   |  ✔   |  ✔   |  5   |  ✔     [                        randaway ](Test/randaway/)|  ✔   |  ✔   |  ✔   |  9   |  ✔     [                        randname ](Test/randname/)|  ✔   |  ✔   |  ✔   |  4   |  ✔    @@ -521,4 +521,4 @@ See [the testing read-me](../master/_testing/) for details.  [                     xmpp-notify ](Test/xmpp-notify/)|  ✔   |  ✔   |  ✔   | 21   |  ✔     [                             xqf ](Test/xqf/)|  ✔   |  ✔   |  ✔   |  6   |  ✔    -b5c49beaff333e5077282b489549fb20aa18b045 | 861 +c615cdd5b44e8bb069447ca0219c8738be7a3527 | 870 diff --git a/Test/findbot/findbot.log b/Test/findbot/findbot.log index e473c04..2b8f6bf 100644 --- a/Test/findbot/findbot.log +++ b/Test/findbot/findbot.log @@ -1,2 +1,2 @@ -Mon Apr  3 08:56:25 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there. -Mon Apr  3 08:56:25 2017: [ADMIN] Findbot fileserver has been loaded! +Mon Apr  3 19:36:10 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there. +Mon Apr  3 19:36:10 2017: [ADMIN] Findbot fileserver has been loaded! diff --git a/Test/localize/info.yml b/Test/localize/info.yml index e95e09e..ce6836d 100644 --- a/Test/localize/info.yml +++ b/Test/localize/info.yml @@ -1,16 +1,17 @@  ---  -    authors: "Stefan 'tommie' Tomanek" -  changed: '2014112501' +  changed: '2017040101'    commands:      - localize    contact: stefan@pico.ruhr.de    default_package: localize    description: 'Localizes users using traceroute, the localizer database or IP-Atlas'    license: GPLv2 +  modified: '2017-04-01 17:22:26'    modules:      - HTML::Entities      - LWP::UserAgent    name: localize    url: '' -  version: '2014112501' +  version: '2017040101' diff --git a/Test/localize/irssi.log b/Test/localize/irssi.log index 792f5be..5c02210 100644 --- a/Test/localize/irssi.log +++ b/Test/localize/irssi.log @@ -5,5 +5,5 @@  * Use of uninitialized value in hash dereference at localize.pl line 528.  *   * >> localize cache (0 hosts) loaded -* >> localize 2014112501 loaded: /localize -h for help +* >> localize 2017040101 loaded: /localize -h for help  * -!- Irssi: Loaded script localize diff --git a/Test/localize/perlcritic.log b/Test/localize/perlcritic.log index de0d624..e1af241 100644 --- a/Test/localize/perlcritic.log +++ b/Test/localize/perlcritic.log @@ -5,13 +5,10 @@ Return value of "close" ignored at line 364, column 2.  Check the return value o  Return value of "close" ignored at line 379, column 6.  Check the return value of "close" for success.  (Severity: 2)  Return value of "close" ignored at line 455, column 5.  Check the return value of "close" for success.  (Severity: 2)  Expression form of "eval" at line 467, column 17.  See page 161 of PBP.  (Severity: 5) -Two-argument "open" used at line 514, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "open" ignored at line 514, column 5.  Check the return value of "open" for success.  (Severity: 3)  Return value of "close" ignored at line 516, column 5.  Check the return value of "close" for success.  (Severity: 2) -Two-argument "open" used at line 525, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "close" ignored at line 527, column 5.  Check the return value of "close" for success.  (Severity: 2)  Expression form of "eval" at line 528, column 28.  See page 161 of PBP.  (Severity: 5) -Two-argument "open" used at line 564, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "open" ignored at line 564, column 5.  Check the return value of "open" for success.  (Severity: 3)  Return value of "close" ignored at line 566, column 5.  Check the return value of "close" for success.  (Severity: 2)  Capture variable used outside conditional at line 702, column 13.  See page 253 of PBP.  (Severity: 3) diff --git a/Test/postpone/info.yml b/Test/postpone/info.yml index 20677bb..24a8c40 100644 --- a/Test/postpone/info.yml +++ b/Test/postpone/info.yml @@ -8,6 +8,5 @@    default_package: postpone    description: 'Postpones messages sent to a splitted user and resends them when the nick rejoins'    license: GPLv2 -  modified: '2017-02-04 02:11:54'    name: postpone    version: '20170204' diff --git a/Test/quiz/info.yml b/Test/quiz/info.yml index fb44465..0831ab1 100644 --- a/Test/quiz/info.yml +++ b/Test/quiz/info.yml @@ -1,11 +1,12 @@  ---  -    authors: 'Simon Huggins' -  changed: 'Wed Apr 24 01:12:01 BST 2002' +  changed: 2017-04-03    contact: huggie-irssi@earth.li    default_package: quiz    description: 'Turns irssi into a quiz bot'    license: GPLv2 +  modified: '2017-04-03 14:51:40'    name: Quiz    url: http://the.earth.li/~huggie/irssi/ -  version: '0.7' +  version: '0.8' diff --git a/Test/quiz/perlcritic.log b/Test/quiz/perlcritic.log index b0ed9cd..7d39df5 100644 --- a/Test/quiz/perlcritic.log +++ b/Test/quiz/perlcritic.log @@ -1,3 +1,2 @@  Code before warnings are enabled at line 29, column 1.  See page 431 of PBP.  (Severity: 4) -Two-argument "open" used at line 72, column 6.  See page 207 of PBP.  (Severity: 5)  Return value of "close" ignored at line 74, column 3.  Check the return value of "close" for success.  (Severity: 2) diff --git a/Test/quizmaster-fr/info.yml b/Test/quizmaster-fr/info.yml index c86b6a7..04908e3 100644 --- a/Test/quizmaster-fr/info.yml +++ b/Test/quizmaster-fr/info.yml @@ -1,7 +1,7 @@  ---  -    authors: "Stefan 'tommie' Tomanek" -  changed: 20030208+fr +  changed: 20170403+fr    commands:      - quizmaster      - 'quizmaster help' @@ -18,8 +18,9 @@    default_package: quizmaster_fr    description: 'Un script de quiz pour irssi'    license: GPLv2 +  modified: '2017-04-03 18:52:16'    modules: Data::Dumper    name: quizmaster    traduction: pec    url: 'http://irssi.org/scripts/ http://pierre.carlot.free.fr/tux/' -  version: 20030208+fr +  version: 20170403+fr diff --git a/Test/quizmaster-fr/irssi.log b/Test/quizmaster-fr/irssi.log index 7d00548..95677e7 100644 --- a/Test/quizmaster-fr/irssi.log +++ b/Test/quizmaster-fr/irssi.log @@ -1,2 +1,2 @@ -* >> quizmaster 20030208+fr loaded: /quizmaster help pour obtenir une aide +* >> quizmaster 20170403+fr loaded: /quizmaster help pour obtenir une aide  * -!- Irssi: Loaded script quizmaster_fr diff --git a/Test/quizmaster-fr/perlcritic.log b/Test/quizmaster-fr/perlcritic.log index 5ad45a0..816540e 100644 --- a/Test/quizmaster-fr/perlcritic.log +++ b/Test/quizmaster-fr/perlcritic.log @@ -1,10 +1,7 @@  Code before warnings are enabled at line 6, column 1.  See page 431 of PBP.  (Severity: 4) -Two-argument "open" used at line 63, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "open" ignored at line 63, column 5.  Check the return value of "open" for success.  (Severity: 3)  Return value of "close" ignored at line 68, column 5.  Check the return value of "close" for success.  (Severity: 2) -Two-argument "open" used at line 78, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "open" ignored at line 78, column 5.  Check the return value of "open" for success.  (Severity: 3)  Return value of "close" ignored at line 80, column 5.  Check the return value of "close" for success.  (Severity: 2)  Expression form of "eval" at line 82, column 21.  See page 161 of PBP.  (Severity: 5) -Two-argument "open" used at line 88, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "open" ignored at line 88, column 5.  Check the return value of "open" for success.  (Severity: 3) diff --git a/Test/quizmaster/info.yml b/Test/quizmaster/info.yml index 3c9f9c2..b2bb581 100644 --- a/Test/quizmaster/info.yml +++ b/Test/quizmaster/info.yml @@ -1,7 +1,7 @@  ---  -    authors: "Stefan 'tommie' Tomanek" -  changed: '20030208' +  changed: '20170403'    commands:      - quizmaster      - 'quizmaster help' @@ -18,7 +18,8 @@    default_package: quizmaster    description: 'a trivia script for Irssi'    license: GPLv2 +  modified: '2017-04-03 18:05:34'    modules: Data::Dumper    name: quizmaster    url: http://irssi.org/scripts/ -  version: '20030208' +  version: '20170403' diff --git a/Test/quizmaster/irssi.log b/Test/quizmaster/irssi.log index 43bd965..037aeef 100644 --- a/Test/quizmaster/irssi.log +++ b/Test/quizmaster/irssi.log @@ -1,2 +1,2 @@ -* >> quizmaster 20030208 loaded: /quizmaster help for help +* >> quizmaster 20170403 loaded: /quizmaster help for help  * -!- Irssi: Loaded script quizmaster diff --git a/Test/quizmaster/perlcritic.log b/Test/quizmaster/perlcritic.log index 1a4b306..9961417 100644 --- a/Test/quizmaster/perlcritic.log +++ b/Test/quizmaster/perlcritic.log @@ -1,10 +1,7 @@  Code before warnings are enabled at line 5, column 1.  See page 431 of PBP.  (Severity: 4) -Two-argument "open" used at line 62, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "open" ignored at line 62, column 5.  Check the return value of "open" for success.  (Severity: 3)  Return value of "close" ignored at line 67, column 5.  Check the return value of "close" for success.  (Severity: 2) -Two-argument "open" used at line 77, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "open" ignored at line 77, column 5.  Check the return value of "open" for success.  (Severity: 3)  Return value of "close" ignored at line 79, column 5.  Check the return value of "close" for success.  (Severity: 2)  Expression form of "eval" at line 81, column 21.  See page 161 of PBP.  (Severity: 5) -Two-argument "open" used at line 87, column 5.  See page 207 of PBP.  (Severity: 5)  Return value of "open" ignored at line 87, column 5.  Check the return value of "open" for success.  (Severity: 3) diff --git a/Test/screen_away/irssi.log b/Test/screen_away/irssi.log index 8e003e4..ef61f13 100644 --- a/Test/screen_away/irssi.log +++ b/Test/screen_away/irssi.log @@ -1,2 +1,2 @@ -* -!- screen_away: could not open status file for parent process (pid: 13706):  +* -!- screen_away: could not open status file for parent process (pid: 13699):   * -!- Irssi: Loaded script screen_away diff --git a/changed-info b/changed-info index bc6d08d..34126e5 100644 --- a/changed-info +++ b/changed-info @@ -1,4 +1,4 @@ -6096d0489e04cad7ce3fedc8fe596a3f18ca7935 __ARTEFACTS_CI__ +c615cdd5b44e8bb069447ca0219c8738be7a3527 __ARTEFACTS_CI__  ddc6b8eff140c3fa20f3f36f2f59a585f07c57d0 8-ball.pl  3fe0ffa8719d0c3033fbf37592094ec5379dc6dd accent.pl  e439eeb9c80324e301e70f1fe169f7bec1570b76 accountname.pl @@ -260,7 +260,7 @@ c0f29db60ff2819d9d65de94eec9f59b14761083 linebuffer.pl  9fd13aba142390c36c759545758480fd13443b90 listen.pl  81b9ab907929b9a5675f2dff0632a8a591918527 listsort.pl  e9509ed91aace992d990a9230eb4bcfb4226306e loadavg.pl -7aabe9f44659594ab7213472ca1cf499ac950dbc localize.pl +b836c9298e124ae4e10d9b4bcfa316bb42c25ea8 localize.pl  42e92d4f88fbe987aaa589d98ea764fe76fb979d log2ansi.pl  d75755a1ced54800d527fe3d8bdff0c599b3fb83 logcompress_perl.pl  39089c1bfc1d10b3ee6d65a39d53c345875a0add logcompress.pl @@ -375,9 +375,9 @@ b4b090eeb92c997cf8104bc39c813f102b398469 queryresume.pl  e289468ca2fe3412a1c0bfb620d7117513a12d76 quitmsg.pl  cfa1b3875dfb4eb341d3b4b75681077323cbf68e quitrand.pl  a2d36df83fd34d1044d1a13a9124db747dbf3240 quizgr.pl -1f5bd7bd9cc1703f09058419f33f32d634cf9d38 quizmaster-fr.pl -5aec5579516383a1bd984dce12646eacd7cb76e8 quizmaster.pl -09ae7261fa6a5aa692ce1fccd5e4f8b87a8efa0e quiz.pl +c143a091ca6b79229720f8c1ae730ad6ce178379 quizmaster-fr.pl +e226075d86ec9a2406f432b0085959008400295c quizmaster.pl +46e34d86c91e028b6e89be9a989931e70d35274e quiz.pl  df6501d9d48546c2c4e3e41f15e78c9868511fd4 rainbow.pl  91c8d381c55085295d9614d3b8255acd834b16e0 randaway.pl  388a78b4551f671e1c10588e959baac2244f038f randname.pl | 
