updated Helpfile for module HostServ
[srvx.git] / src / mod-hostserv.help
1 "<INDEX>" ("$b$S Help$b",
2         "$b$S$b is a fakehost service, with this you can manage your own fakehosts.",
3         "    USER - User Commands",
4         "    MANAGER - Manager Commands"
5 );
6 "USER" ("$bUser Commands:$b",
7                 " SET           Sets the given fakehost.",
8                 " VIEW          View fakehostdetails and userdetails."
9 );
10 "MANAGER" ("$bManager Commands:$b",
11                 "ADDHOST        Adds the given host to the database.",
12                 "ADDMANAGER     Adds a manager to the given group.",
13                 "ASSIGN         Adds a user to the given group.",
14                 "DELHOST        Deletes the given host from the database.",
15                 "DELMANAGER     Deletes a manager from the given group",
16                 "UNASSIGN         Deletes a user from the given group"
17 );
18 "SET" ("/msg $S SET <fakehost|*>",
19         "Sets the given fakehost to your AuthServ Account."
20 );
21 "VIEW" ("/msg $S VIEW [group|nick|*account]",
22         "Reports various pieces of information about a fakehostgroup or user. If no parameters are given it will use your current nick."
23 );
24 "ADDHOST" ("/msg $S ADDHOST <host>",
25         ""
26 );
27 "ADDMANAGER" ("/msg $S ADDMANAGER <host> <nick|*account>",
28         ""
29 );
30 "ASSIGN" ("/msg $S ASSIGN <host> <nick|*account>",
31         ""
32 );
33 "DELHOST" ("/msg $S DELHOST <host>",
34         ""
35 );
36 "DELmANAGER" ("/msg $S DELHOST <host> <nick|*account>",
37         ""
38 );
39 "UNASSIGN" ("/msg $S UNASSIGN <host> <nick|*account>",
40         ""
41 );