summaryrefslogtreecommitdiff
path: root/hercules/templates/group.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/templates/group.tpl')
-rw-r--r--hercules/templates/group.tpl10
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>