summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrssi Scripts Helper2017-03-20 15:54:48 +0000
committerIrssi Scripts Helper2017-03-20 15:54:48 +0000
commitaf0f1d854d25294c928ff0b0069364beb0150261 (patch)
treedcea0c71c2183de03e0e08ac36d8670da21fb801
parent3490482faffc8aed6874b14dead734d06f7ed733 (diff)
downloadscripts.irssi.org-af0f1d854d25294c928ff0b0069364beb0150261.tar.bz2
ci artefacts for b46f6ae0eb2782c284f58e503865dd450475ce64
[skip ci]
-rw-r--r--README.markdown8
-rw-r--r--Test/connectcmd/failed.yml4
-rw-r--r--Test/connectcmd/info.yml8
-rw-r--r--Test/connectcmd/irssi.log7
-rw-r--r--Test/connectcmd/perlcritic.log18
-rw-r--r--Test/findbot/findbot.log4
-rw-r--r--Test/ogg123/info.yml1
-rw-r--r--Test/ogg123/perlcritic.log1
-rw-r--r--Test/screen_away/irssi.log2
-rw-r--r--Test/scroller/failed.yml4
-rw-r--r--Test/scroller/info.yml4
-rw-r--r--Test/scroller/irssi.log6
-rw-r--r--Test/scroller/perlcritic.log2
-rw-r--r--changed-info8
14 files changed, 41 insertions, 36 deletions
diff --git a/README.markdown b/README.markdown
index 7b99d39..53fa7eb 100644
--- a/README.markdown
+++ b/README.markdown
@@ -113,7 +113,7 @@ See [the testing read-me](../master/_testing/) for details.
[ colorswap ](Test/colorswap/)| ✔ | ✔ | ✔ | 3 | ✔
[ complete_at ](Test/complete_at/)| ✔ | ✔ | ✔ | 4 | ✔
[ complete_lastspoke ](Test/complete_lastspoke/)| ✔ | ✔ | ✔ | 3 | ✔
-[ connectcmd ](Test/connectcmd/)| ✘ | ✔ | ✔ | 11 | ☡
+[ connectcmd ](Test/connectcmd/)| ✔ | ✔ | ✔ | 19 | ✔
[ countdown ](Test/countdown/)| ✔ | ✔ | ✔ | 3 | ✔
[ country ](Test/country/)| ✔ | ✔ | ✔ | 3 | ✔
[ cp1250_kick ](Test/cp1250_kick/)| ✔ | ✔ | ✔ | 3 | ✔
@@ -339,7 +339,7 @@ See [the testing read-me](../master/_testing/) for details.
[ notifyquit ](Test/notifyquit/)| ✔ | ✔ | ✔ | 0 | ✔
[ notonline ](Test/notonline/)| ✔ | ✔ | ✔ | 3 | ✔
[ null ](Test/null/)| ✔ | ✔ | ✔ | 3 | ✔
-[ ogg123 ](Test/ogg123/)| ✔ | ✔ | ✘ | 8 | ☡
+[ ogg123 ](Test/ogg123/)| ✔ | ✔ | ✔ | 4 | ✔
[ oidenty ](Test/oidenty/)| ✔ | ✔ | ✘ | 13 | ☡
[ on ](Test/on/)| ✔ | ✔ | ✘ | 20 | ☡
[ ontv ](Test/ontv/)| ✔ | ✔ | ✔ | 9 | ✔
@@ -409,7 +409,7 @@ See [the testing read-me](../master/_testing/) for details.
[ scriptinfo ](Test/scriptinfo/)| ✔ | ✔ | ✔ | 3 | ✔
[ scriptsave ](Test/scriptsave/)| ✔ | ✔ | ✔ | 3 | ✔
[ scrmable ](Test/scrmable/)| ✔ | ✔ | ✔ | 0 | ✔
-[ scroller ](Test/scroller/)| ✘ | ✔ | ✔ | 3 | ☡
+[ scroller ](Test/scroller/)| ✔ | ✔ | ✔ | 3 | ✔
[ securemsg ](Test/securemsg/)| ✔ | ✔ | ✔ | 5 | ✔
[ seen ](Test/seen/)| ✔ | ✔ | ✔ |103 | ✔
[ send_scroll ](Test/send_scroll/)| ✔ | ✔ | ✔ | 0 | ✔
@@ -518,4 +518,4 @@ See [the testing read-me](../master/_testing/) for details.
[ xmpp-notify ](Test/xmpp-notify/)| ✔ | ✔ | ✔ | 21 | ✔
[ xqf ](Test/xqf/)| ✔ | ✔ | ✔ | 6 | ✔
-f74303d84d2e9f21f56c630d08ffa54a24f7e066 | 833
+b46f6ae0eb2782c284f58e503865dd450475ce64 | 838
diff --git a/Test/connectcmd/failed.yml b/Test/connectcmd/failed.yml
deleted file mode 100644
index 8dc4593..0000000
--- a/Test/connectcmd/failed.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
--
- failed: 1
- name: connectcmd
diff --git a/Test/connectcmd/info.yml b/Test/connectcmd/info.yml
index 2927c2d..2aa6ccc 100644
--- a/Test/connectcmd/info.yml
+++ b/Test/connectcmd/info.yml
@@ -1,10 +1,14 @@
---
-
authors: 'Ian Peters'
- changed: 'Sun, 10 Mar 2002 17:08:03 -0500'
+ changed: 2017-03-18
+ commands:
+ - connectcmd
contact: itp@ximian.com
+ default_package: connectcmd
description: 'run arbitrary shell commands while [dis]connecting to a server'
license: 'Public Domain'
+ modified: '2017-03-18 12:17:25'
name: 'Connect Command'
url: http://irssi.org/
- version: '0.1'
+ version: '0.2'
diff --git a/Test/connectcmd/irssi.log b/Test/connectcmd/irssi.log
index 049bf54..a79f82f 100644
--- a/Test/connectcmd/irssi.log
+++ b/Test/connectcmd/irssi.log
@@ -1,4 +1,5 @@
-* "my" variable $server masks earlier declaration in same scope at connectcmd.pl line 81.
+* "my" variable $server masks earlier declaration in same scope at connectcmd.pl line 90.
*
-* -!- Irssi: Error in script connectcmd:
-* Can't locate object method "OPEN" via package "Irssi" at connectcmd.pl line 20.
+* readline() on closed filehandle $fi at connectcmd.pl line 25.
+*
+* -!- Irssi: Loaded script connectcmd
diff --git a/Test/connectcmd/perlcritic.log b/Test/connectcmd/perlcritic.log
index 68aa27d..60be211 100644
--- a/Test/connectcmd/perlcritic.log
+++ b/Test/connectcmd/perlcritic.log
@@ -1,7 +1,11 @@
-Code before warnings are enabled at line 4, column 1. See page 431 of PBP. (Severity: 4)
-Return value of "open" ignored at line 20, column 3. Check the return value of "open" for success. (Severity: 3)
-String delimiter used with "split" at line 23, column 17. Express it as a regex instead. (Severity: 2)
-String delimiter used with "split" at line 25, column 38. Express it as a regex instead. (Severity: 2)
-Return value of "close" ignored at line 36, column 3. Check the return value of "close" for success. (Severity: 2)
-Return value of "open" ignored at line 40, column 3. Check the return value of "open" for success. (Severity: 3)
-Return value of "close" ignored at line 52, column 3. Check the return value of "close" for success. (Severity: 2)
+Code before warnings are enabled at line 5, column 1. See page 431 of PBP. (Severity: 4)
+Return value of "open" ignored at line 23, column 3. Check the return value of "open" for success. (Severity: 3)
+String delimiter used with "split" at line 26, column 17. Express it as a regex instead. (Severity: 2)
+String delimiter used with "split" at line 28, column 38. Express it as a regex instead. (Severity: 2)
+Return value of "close" ignored at line 39, column 3. Check the return value of "close" for success. (Severity: 2)
+Return value of "open" ignored at line 44, column 3. Check the return value of "open" for success. (Severity: 3)
+Return value of "close" ignored at line 56, column 3. Check the return value of "close" for success. (Severity: 2)
+Capture variable used outside conditional at line 88, column 10. See page 253 of PBP. (Severity: 3)
+Capture variable used outside conditional at line 89, column 12. See page 253 of PBP. (Severity: 3)
+Capture variable used outside conditional at line 90, column 14. See page 253 of PBP. (Severity: 3)
+Capture variable used outside conditional at line 91, column 14. See page 253 of PBP. (Severity: 3)
diff --git a/Test/findbot/findbot.log b/Test/findbot/findbot.log
index 4847854..4f28d8f 100644
--- a/Test/findbot/findbot.log
+++ b/Test/findbot/findbot.log
@@ -1,2 +1,2 @@
-Mon Mar 20 09:24:34 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there.
-Mon Mar 20 09:24:34 2017: [ADMIN] Findbot fileserver has been loaded!
+Mon Mar 20 15:45:15 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there.
+Mon Mar 20 15:45:15 2017: [ADMIN] Findbot fileserver has been loaded!
diff --git a/Test/ogg123/info.yml b/Test/ogg123/info.yml
index 55616af..c80922b 100644
--- a/Test/ogg123/info.yml
+++ b/Test/ogg123/info.yml
@@ -8,6 +8,7 @@
default_package: ogg123
description: 'Display current ogg123 track'
license: GPLv2
+ modified: '2017-03-20 14:19:18'
name: ogg123
url: http://pwp.netcabo.pt/ricardomesquita/irssi
version: 0.01+1
diff --git a/Test/ogg123/perlcritic.log b/Test/ogg123/perlcritic.log
index 0681451..2fc6dd8 100644
--- a/Test/ogg123/perlcritic.log
+++ b/Test/ogg123/perlcritic.log
@@ -1,3 +1,2 @@
Code before warnings are enabled at line 35, column 1. See page 431 of PBP. (Severity: 4)
-Two-argument "open" used at line 67, column 3. See page 207 of PBP. (Severity: 5)
Return value of "close" ignored at line 89, column 3. Check the return value of "close" for success. (Severity: 2)
diff --git a/Test/screen_away/irssi.log b/Test/screen_away/irssi.log
index 0684dea..1d1ba9b 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: 13120):
+* -!- screen_away: could not open status file for parent process (pid: 13076):
* -!- Irssi: Loaded script screen_away
diff --git a/Test/scroller/failed.yml b/Test/scroller/failed.yml
deleted file mode 100644
index 1bad930..0000000
--- a/Test/scroller/failed.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
--
- failed: 1
- name: scroller
diff --git a/Test/scroller/info.yml b/Test/scroller/info.yml
index 76f3ea2..eaf3398 100644
--- a/Test/scroller/info.yml
+++ b/Test/scroller/info.yml
@@ -2,7 +2,9 @@
-
authors: Demonen
contact: demmydemon@gmail.com
+ default_package: scroller
description: 'Scrolls specified text on the status bar'
license: 'Public Domain'
+ modified: '2017-03-17 18:54:18'
name: scroller
- version: '0.01'
+ version: '0.02'
diff --git a/Test/scroller/irssi.log b/Test/scroller/irssi.log
index 14ea606..54bf7c5 100644
--- a/Test/scroller/irssi.log
+++ b/Test/scroller/irssi.log
@@ -1,2 +1,4 @@
-* -!- Irssi: Error in script scroller:
-* Undefined subroutine &Irssi::statusbar_item_register called at scroller.pl line 86.
+* Scrolling: " - - - ->Scrolling text not defined. Use "/set scrollerText <something>" to define it- - - -> "
+* Use "/set scrollerText <something>" to scroll <something>
+* Use "/set scrollerSpeed <int>" to set the delay in milliseconds
+* -!- Irssi: Loaded script scroller
diff --git a/Test/scroller/perlcritic.log b/Test/scroller/perlcritic.log
index a5342a1..a06c935 100644
--- a/Test/scroller/perlcritic.log
+++ b/Test/scroller/perlcritic.log
@@ -1 +1 @@
-Code before warnings are enabled at line 35, column 1. See page 431 of PBP. (Severity: 4)
+Code before warnings are enabled at line 36, column 1. See page 431 of PBP. (Severity: 4)
diff --git a/changed-info b/changed-info
index 10d86d0..9b864fc 100644
--- a/changed-info
+++ b/changed-info
@@ -1,4 +1,4 @@
-f74303d84d2e9f21f56c630d08ffa54a24f7e066 __ARTEFACTS_CI__
+b46f6ae0eb2782c284f58e503865dd450475ce64 __ARTEFACTS_CI__
ddc6b8eff140c3fa20f3f36f2f59a585f07c57d0 8-ball.pl
3fe0ffa8719d0c3033fbf37592094ec5379dc6dd accent.pl
e439eeb9c80324e301e70f1fe169f7bec1570b76 accountname.pl
@@ -109,7 +109,7 @@ c28e4204bc635fd863424cf326543023c54079b5 colorkick.pl
a42de9904ae7d175a1fe43043d674563e470ff5a colorswap.pl
597e81e3f80e3d1cbcc6e4e83250c4a48ea6c9ae complete_at.pl
6556dc4699d2fe2ee666124208b49891559e0885 complete_lastspoke.pl
-b2bbdc244f8d884c6623efde7444f9b1a5111bfc connectcmd.pl
+9b5bf38cd4ddc91213009b0d4fb927a8e9b851cd connectcmd.pl
1a970e3330a66d60becad981f319b78e7f0f4f4e countdown.pl
c8e98c94d81f87c4d007ecdd884afc46ce715e6f country.pl
9ad231da6766afe69fbfbc5889f27ade44712b8e cp1250_kick.pl
@@ -335,7 +335,7 @@ b8269bd7b9aaf74bbad4ab0737cc8c0aa1c8c72f noticelogic.pl
e2910aa58d06f2a4bb05587f7c438f0e7feb745f notifyquit.pl
57a28a89573106508cd5b6d12c433d094c2fd843 notonline.pl
6c96260bf0a96323c7675333b7f86ff9b41df3a7 null.pl
-274ebbdd02baff6a3d74eb0f63cd4141febcd692 ogg123.pl
+85a6700b59b20e2a42e20387ed79752a35ba2de5 ogg123.pl
f4c812b39e5608762a9b57f93fc376afcf02808f oidenty.pl
a66574cd7a5ce185ede4351b610f1f9a3181e3a0 on.pl
8dcdfb3df91d746eec9bc333f44a117f4ef31298 ontv.pl
@@ -405,7 +405,7 @@ a8f2832c0e8f2a56434d356c2f20680e810365ab schwaebisch.pl
7de21f2caf58ef8c6d252fb756543d82c43b8bb3 scriptinfo.pl
5a561e22cefb978bd1e6c35c9c605b7571151062 scriptsave.pl
e49c30ddba28c4912c076c006f276a5ff3ae74db scrmable.pl
-5bc4abb57de22b34510d56845337ebe82153308c scroller.pl
+610eed901c9b0d70234efc5206b8f1362b5ba2d7 scroller.pl
85571070993ac255a052dd48e7ba263762fce0af securemsg.pl
9d811b40be12bc853fc9e162668149e2f25d85c7 seen.pl
5ab502ccc369be4fc923c83d75767cb47c1fc62f send_scroll.pl