diff options
| author | Irssi Scripts Helper | 2015-01-26 21:41:31 +0000 | 
|---|---|---|
| committer | Irssi Scripts Helper | 2015-01-26 21:41:31 +0000 | 
| commit | 26a165ab6d0dee6c799a69628b730e7e174161b3 (patch) | |
| tree | f583b3fd567b77580c93eba3fa7b19a431dd35c4 /Test/fakectcp | |
| download | scripts.irssi.org-26a165ab6d0dee6c799a69628b730e7e174161b3.tar.bz2 | |
ci artefacts for 7a8cbb3a3da2658e7eee3530ee6b78b43ca6cfbc
[skip ci]
Diffstat (limited to 'Test/fakectcp')
| -rw-r--r-- | Test/fakectcp/info.yml | 12 | ||||
| -rw-r--r-- | Test/fakectcp/irssi.log | 3 | ||||
| -rw-r--r-- | Test/fakectcp/perlcritic.log | 6 | 
3 files changed, 21 insertions, 0 deletions
diff --git a/Test/fakectcp/info.yml b/Test/fakectcp/info.yml new file mode 100644 index 0000000..7671ef0 --- /dev/null +++ b/Test/fakectcp/info.yml @@ -0,0 +1,12 @@ +--- +- +  authors: 'Geert Hauwaerts' +  changed: 'Wed Sep 17 23:00:11 CEST 2003' +  contact: geert@irssi.org +  default_package: fakectcp +  description: 'This script sends fake ctcp replies to a client using a fake ctcp list.' +  license: 'GNU General Public License' +  modified: '2014-10-17 22:54:13' +  name: fakectcp.pl +  url: http://irssi.hauwaerts.be/default.pl +  version: 1.03 diff --git a/Test/fakectcp/irssi.log b/Test/fakectcp/irssi.log new file mode 100644 index 0000000..d08fbbb --- /dev/null +++ b/Test/fakectcp/irssi.log @@ -0,0 +1,3 @@ +* >> FCTCP: Could not load the fake ctcp list. +* >> Scriptinfo: Loaded fakectcp.pl version 1.03 by Geert Hauwaerts. +* -!- Irssi: Loaded script fakectcp diff --git a/Test/fakectcp/perlcritic.log b/Test/fakectcp/perlcritic.log new file mode 100644 index 0000000..8dd4eb8 --- /dev/null +++ b/Test/fakectcp/perlcritic.log @@ -0,0 +1,6 @@ +Code before warnings are enabled at line 27, column 1.  See page 431 of PBP.  (Severity: 4) +Return value of "open" ignored at line 142, column 9.  Check the return value of "open" for success.  (Severity: 3) +String delimiter used with "split" at line 147, column 39.  Express it as a regex instead.  (Severity: 2) +Return value of "close" ignored at line 154, column 9.  Check the return value of "close" for success.  (Severity: 2) +"die" used instead of "croak" at line 165, column 28.  See page 283 of PBP.  (Severity: 3) +Return value of "close" ignored at line 171, column 5.  Check the return value of "close" for success.  (Severity: 2)  | 
