summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrssi Scripts Helper2017-03-15 22:22:14 +0000
committerIrssi Scripts Helper2017-03-15 22:22:14 +0000
commitc93417d7f4e888a54dda458fd59d496e8519f1e3 (patch)
tree158494bd8340f11a7585ae053bb2af4cc6232213
parentf6a486e5692787ee4d9aed224f4cfce80608503e (diff)
downloadscripts.irssi.org-c93417d7f4e888a54dda458fd59d496e8519f1e3.tar.bz2
ci artefacts for 2311224e817d539f09928e070a5fe67bd12b5c32
[skip ci]
-rw-r--r--README.markdown4
-rw-r--r--Test/findbot/findbot.log4
-rw-r--r--Test/ident/info.yml1
-rw-r--r--Test/randaway/failed.yml4
-rw-r--r--Test/randaway/info.yml9
-rw-r--r--Test/randaway/irssi.log17
-rw-r--r--Test/screen_away/irssi.log2
-rw-r--r--changed-info4
8 files changed, 17 insertions, 28 deletions
diff --git a/README.markdown b/README.markdown
index 275a819..48a9b77 100644
--- a/README.markdown
+++ b/README.markdown
@@ -381,7 +381,7 @@ See [the testing read-me](../master/_testing/) for details.
[ quizmaster ](Test/quizmaster/)| ✔ | ✔ | ✘ | 27 | ☡
[ quiz ](Test/quiz/)| ✔ | ✔ | ✘ | 8 | ☡
[ rainbow ](Test/rainbow/)| ✔ | ✔ | ✔ | 5 | ✔
-[ randaway ](Test/randaway/)| ✘ | ✔ | ✔ | 9 | ☡
+[ randaway ](Test/randaway/)| ✔ | ✔ | ✔ | 9 | ✔
[ randname ](Test/randname/)| ✔ | ✔ | ✔ | 4 | ✔
[ recentdepart ](Test/recentdepart/)| ✔ | ✔ | ✔ | 2 | ✔
[ redirect ](Test/redirect/)| ✔ | ✔ | ✔ | 3 | ✔
@@ -518,4 +518,4 @@ See [the testing read-me](../master/_testing/) for details.
[ xmpp-notify ](Test/xmpp-notify/)| ✔ | ✔ | ✔ | 21 | ✔
[ xqf ](Test/xqf/)| ✔ | ✔ | ✔ | 6 | ✔
-7653befcf57e66cf78dd9216d31619e362805796 | 806
+2311224e817d539f09928e070a5fe67bd12b5c32 | 808
diff --git a/Test/findbot/findbot.log b/Test/findbot/findbot.log
index 7d2b2bd..6adb55a 100644
--- a/Test/findbot/findbot.log
+++ b/Test/findbot/findbot.log
@@ -1,2 +1,2 @@
-Tue Mar 14 23:34:42 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there.
-Tue Mar 14 23:34:42 2017: [ADMIN] Findbot fileserver has been loaded!
+Wed Mar 15 22:13:53 2017: The Summaryfile cannot be read. Please check if the path is correct and the file is accually there.
+Wed Mar 15 22:13:53 2017: [ADMIN] Findbot fileserver has been loaded!
diff --git a/Test/ident/info.yml b/Test/ident/info.yml
index 48aad69..dd9356f 100644
--- a/Test/ident/info.yml
+++ b/Test/ident/info.yml
@@ -5,6 +5,5 @@
default_package: ident
description: 'Automatically IDENTIFY when prompted'
license: MIT
- modified: '2016-12-06 18:45:34'
name: ident
version: '1.0'
diff --git a/Test/randaway/failed.yml b/Test/randaway/failed.yml
deleted file mode 100644
index 16f0f5e..0000000
--- a/Test/randaway/failed.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
--
- failed: 1
- name: randaway
diff --git a/Test/randaway/info.yml b/Test/randaway/info.yml
index cdd4077..83046c3 100644
--- a/Test/randaway/info.yml
+++ b/Test/randaway/info.yml
@@ -1,9 +1,16 @@
---
-
authors: 'Lasse Karstensen'
+ commands:
+ - awayadd
+ - awayreasons
+ - awayreread
+ - raway
contact: lkarsten@stud.ntnu.no
+ default_package: randaway
description: 'Random away-messages'
license: 'Public Domain'
+ modified: '2017-03-15 20:28:47'
name: randaway.pl
url: http://www.stud.ntnu.no/~lkarsten/irssi/
- version: '1.13'
+ version: '1.14'
diff --git a/Test/randaway/irssi.log b/Test/randaway/irssi.log
index d1483d9..fa0e889 100644
--- a/Test/randaway/irssi.log
+++ b/Test/randaway/irssi.log
@@ -1,15 +1,2 @@
-* -!- Irssi: Error in script randaway:
-* Global symbol "$reasonfile" requires explicit package name at randaway.pl line 35.
-* Global symbol "$reasonfile" requires explicit package name at randaway.pl line 41.
-* Global symbol "$reasonfile" requires explicit package name at randaway.pl line 42.
-* Global symbol "$reasonfile" requires explicit package name at randaway.pl line 43.
-* Global symbol "$reason" requires explicit package name at randaway.pl line 49.
-* Global symbol "$reason" requires explicit package name at randaway.pl line 52.
-* Global symbol "$reason" requires explicit package name at randaway.pl line 55.
-* Global symbol "$reason" requires explicit package name at randaway.pl line 56.
-* Global symbol "$reason" requires explicit package name at randaway.pl line 58.
-* Global symbol "$reason" requires explicit package name at randaway.pl line 61.
-* Global symbol "$reasonfile" requires explicit package name at randaway.pl line 67.
-* Global symbol "$reasonsfile" requires explicit package name at randaway.pl line 97.
-* Global symbol "$var" requires explicit package name at randaway.pl line 106.
-* Global symbol "$var" requires explicit package name at randaway.pl line 107.
+* -!- Irssi: Unable to find ../awayreasons, no reasons loaded.
+* -!- Irssi: Loaded script randaway
diff --git a/Test/screen_away/irssi.log b/Test/screen_away/irssi.log
index 6cc8f8f..70da781 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: 13046):
+* -!- screen_away: could not open status file for parent process (pid: 13045):
* -!- Irssi: Loaded script screen_away
diff --git a/changed-info b/changed-info
index d77809b..20684e9 100644
--- a/changed-info
+++ b/changed-info
@@ -1,4 +1,4 @@
-7653befcf57e66cf78dd9216d31619e362805796 __ARTEFACTS_CI__
+cdcb710badf883660a56f6f3033fe1ece1e53a71 __ARTEFACTS_CI__
ddc6b8eff140c3fa20f3f36f2f59a585f07c57d0 8-ball.pl
3fe0ffa8719d0c3033fbf37592094ec5379dc6dd accent.pl
e439eeb9c80324e301e70f1fe169f7bec1570b76 accountname.pl
@@ -377,7 +377,7 @@ cfa1b3875dfb4eb341d3b4b75681077323cbf68e quitrand.pl
5aec5579516383a1bd984dce12646eacd7cb76e8 quizmaster.pl
09ae7261fa6a5aa692ce1fccd5e4f8b87a8efa0e quiz.pl
df6501d9d48546c2c4e3e41f15e78c9868511fd4 rainbow.pl
-6f63c000a89c222e2ebb455b084387342f833edd randaway.pl
+91c8d381c55085295d9614d3b8255acd834b16e0 randaway.pl
388a78b4551f671e1c10588e959baac2244f038f randname.pl
efb8b95b0a2146134e0cd08cd04af7b3a5ab4071 recentdepart.pl
8fa3ad60256b8bd204b5c671c055eb2b7250dd33 redirect.pl