From 7c30f6030350a158d8fe00514e8c74b6ef71ece1 Mon Sep 17 00:00:00 2001 From: wowaname Date: Fri, 16 Sep 2016 19:30:15 +0000 Subject: [PATCH] include usage comment in snomasks.pl --- scripts/snomasks.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/snomasks.pl b/scripts/snomasks.pl index b8639e0..d0608fe 100644 --- a/scripts/snomasks.pl +++ b/scripts/snomasks.pl @@ -1,5 +1,9 @@ # Released into the Public Domain +# Note: After loading the script and adding snomasks into one of your bars, you +# must request /umode once on each server you have server notices masks set on. +# After that, the script will automatically update the bar item. + use strict; use warnings;