]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
add dummy trackbar22 script
authorAilin Nemui <redacted>
Thu, 1 Feb 2018 15:16:29 +0000 (16:16 +0100)
committerAilin Nemui <redacted>
Thu, 1 Feb 2018 20:23:33 +0000 (21:23 +0100)
_testing/config.yml
scripts/trackbar22.pl [new file with mode: 0644]

index f6be8c86d337bfb940cf5f8b6407a6c9589a9b4d..b86d81202888f19938b005809cb7780c1781f693 100644 (file)
@@ -42,5 +42,6 @@ whitelist:
   - l33tmusic
   - log2ansi
   - 'on'
+  - trackbar22
   - tvmusor
   - xmmsinfo
diff --git a/scripts/trackbar22.pl b/scripts/trackbar22.pl
new file mode 100644 (file)
index 0000000..6043c3f
--- /dev/null
@@ -0,0 +1,13 @@
+use strict;
+use warnings;
+
+use vars qw($VERSION %IRSSI);
+
+$VERSION = '2.5';
+
+%IRSSI = (
+    description => 'This script has been replaced with trackbar.pl.',
+    HIDDEN => 1
+   );
+
+die "$IRSSI{description} Please run /script install trackbar and manually remove this script. Sorry for the inconvenience.\n";
git clone https://git.99rst.org/PROJECT