]> ruin.nu Git - ndwebbie.git/blobdiff - include.pl
check page is more or less done
[ndwebbie.git] / include.pl
index eab857ee916101c6c0fff8631c96d099577c4eda..cb27693ad98045eb1a947189119942749a44bf70 100644 (file)
@@ -36,6 +36,10 @@ sub isBC {
        return exists $ND::GROUPS{BC};
 }
 
+sub isOfficer {
+       return exists $ND::GROUPS{Officers};
+}
+
 sub parseMarkup {
        my ($text) = @_;