bugfix in function to revoke an assignment.
[srvx.git] / src / mod-hostserv.help
1 view
2 addmanager
3 delmanager
4 set
5 assign
6 revoke
7 addhost
8 delhost
9 "<INDEX>" ("$b$H Help$b",
10         "$b$G$b is a fakehost service, with this you can manage your own fakehosts.",
11         "    USER - User Commands",
12         "    MANAGER - Manager Commands"
13 );
14 "USER" ("$bUser Commands:$b",
15                 " SET                   Sets the given fakehost.",
16                 " VIEW                  View fakehostdetails and userdetails."
17 );
18 "MANAGER" ("$bManager Commands:$b",
19                 "ADDHOST                Adds the given host to the database.",
20                 "ADDMANAGER             Adds a manager to the given group.",
21                 "ASSIGN                 Adds a user to the given group.",
22                 "DELHOST                Deletes the given host from the database.",
23                 "DELMANAGER             Deletes a manager from the given group",
24                 "REVOKE                 Deletes a user from the given group"
25 );
26 "SET" ("/msg $H SET <fakehost>",
27         "Sets the given fakehost to your AuthServ Account."
28 );
29 "VIEW" ("/msg $H VIEW [group|nick|*account]",
30         "Reports various pieces of information about a fakehostgroup or user. If no parameters are given it will use your current nick,"
31 );