updated Helpfile for module HostServ
[srvx.git] / src / mod-hostserv.help
index a0faf5912f5fc3433ef3c79836f9356792d7f2e5..7ce9515158bd3f000361dab130f0334abbe2cfa8 100644 (file)
@@ -1,23 +1,41 @@
-"<INDEX>" ("$b$H Help$b",
-        "$b$G$b is a fakehost service, with this you can manage your own fakehosts.",
+"<INDEX>" ("$b$S Help$b",
+        "$b$S$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."
+               " 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>",
+               "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",
+               "UNASSIGN         Deletes a user from the given group"
+);
+"SET" ("/msg $S 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,"
+"VIEW" ("/msg $S 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."
+);
+"ADDHOST" ("/msg $S ADDHOST <host>",
+       ""
+);
+"ADDMANAGER" ("/msg $S ADDMANAGER <host> <nick|*account>",
+       ""
+);
+"ASSIGN" ("/msg $S ASSIGN <host> <nick|*account>",
+       ""
+);
+"DELHOST" ("/msg $S DELHOST <host>",
+       ""
+);
+"DELmANAGER" ("/msg $S DELHOST <host> <nick|*account>",
+       ""
+);
+"UNASSIGN" ("/msg $S UNASSIGN <host> <nick|*account>",
+       ""
 );
\ No newline at end of file