From b93f5c7def636b1cdba92690370cd50fa0266595 Mon Sep 17 00:00:00 2001 From: wowaname Date: Sun, 27 Nov 2016 21:13:41 +0000 Subject: [PATCH] antifuck.pl: increment version since the script works now --- scripts/antifuck.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/antifuck.pl b/scripts/antifuck.pl index 59f5596..52fad71 100644 --- a/scripts/antifuck.pl +++ b/scripts/antifuck.pl @@ -7,7 +7,7 @@ no strict 'subs'; my $SCRIPT_NAME = 'antifuck'; my $SCRIPT_AUTHOR = 'The Krusty Krab '; -my $SCRIPT_VERSION = '0.1'; +my $SCRIPT_VERSION = '1.0'; my $SCRIPT_LICENCE = 'Public domain'; my $SCRIPT_DESC = 'Defend against forcejoins (e.g. from fuckyou.pl) and '. 'forceparts (e.g. from /remove)';