diff options
Diffstat (limited to 'hercules/templates/group.tpl')
-rw-r--r-- | hercules/templates/group.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hercules/templates/group.tpl b/hercules/templates/group.tpl new file mode 100644 index 0000000..99868d3 --- /dev/null +++ b/hercules/templates/group.tpl @@ -0,0 +1,10 @@ + <group + id="{id}" + name={name} + longName={name}{inherit} + > + <commands>{commands} + </commands> + <permissions>{permissions} + </permissions> + </group> |