From cd9c301f67c37f30c07b0360d784ee8b4810e159 Mon Sep 17 00:00:00 2001 From: wowaname Date: Fri, 19 Aug 2016 02:42:01 +0000 Subject: [PATCH] add /reload in commands to reload the old config --- scripts/coloconv.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/coloconv.pl b/scripts/coloconv.pl index 6ae7ecc..85091a4 100755 --- a/scripts/coloconv.pl +++ b/scripts/coloconv.pl @@ -40,5 +40,6 @@ while (<>) { } for my $prof (keys %profs) { + print STDERR "/reload\n"; print STDERR "/set plugins.var.python.colo.${prof}fmt $profs{$prof}\n"; }