bugfix in function to revoke an assignment.
[srvx.git] / src / mod-hostserv.help
diff --git a/src/mod-hostserv.help b/src/mod-hostserv.help
new file mode 100644 (file)
index 0000000..8ebf0ee
--- /dev/null
@@ -0,0 +1,31 @@
+view
+addmanager
+delmanager
+set
+assign
+revoke
+addhost
+delhost
+"<INDEX>" ("$b$H Help$b",
+        "$b$G$b is a fakehost service, with this you can manage your own fakehosts.",
+        "    USER - User Commands",
+        "    MANAGER - Manager Commands"
+);
+"USER" ("$bUser Commands:$b",
+               " SET                   Sets the given fakehost.",
+               " VIEW                  View fakehostdetails and userdetails."
+);
+"MANAGER" ("$bManager Commands:$b",
+               "ADDHOST                Adds the given host to the database.",
+               "ADDMANAGER             Adds a manager to the given group.",
+               "ASSIGN                 Adds a user to the given group.",
+               "DELHOST                Deletes the given host from the database.",
+               "DELMANAGER             Deletes a manager from the given group",
+               "REVOKE                 Deletes a user from the given group"
+);
+"SET" ("/msg $H SET <fakehost>",
+       "Sets the given fakehost to your AuthServ Account."
+);
+"VIEW" ("/msg $H VIEW [group|nick|*account]",
+       "Reports various pieces of information about a fakehostgroup or user. If no parameters are given it will use your current nick,"
+);
\ No newline at end of file