updated helpfile
[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         "OSET           Sets the given fakehost for the given user.",
17                 "UNASSIGN       Deletes a user from the given group.",
18         "RENAMEHOST     Renames the given fakehost."
19 );
20 "SET" ("/msg $S SET <fakehost|*>",
21     "Sets the given fakehost or the default fakehost to your AuthServ Account."
22 );
23 "VIEW" ("/msg $S VIEW [group|nick|*account]",
24     "Reports various pieces of information about a fakehostgroup or user. If no parameters are given it will use your current nick."
25 );
26 "ADDHOST" ("/msg $S ADDHOST <host>",
27     "Adds the given host."
28 );
29 "ADDMANAGER" ("/msg $S ADDMANAGER <host> <nick|*account>",
30     "Adds the given user as a manager for the given host."
31 );
32 "ASSIGN" ("/msg $S ASSIGN <host> <nick|*account>",
33     "Assigns the given fakehost to the given Nick oder AuthServ Account."
34 );
35 "DELHOST" ("/msg $S DELHOST <host>",
36     "Deletes the given host."
37 );
38 "DELMANAGER" ("/msg $S DELHOST <host> <nick|*account>",
39     "Deletes the given manager from the given host."
40 );
41 "UNASSIGN" ("/msg $S UNASSIGN <host> <nick|*account>",
42     "Deletes the given fakehost assignment from the given Nick or AuthServ Account."
43 );
44 "OSET" ("/msg $S OSET <host> <nick|*account>",
45     "Sets the given fakehost to the given Nick or AuthServ Account."
46 );
47 "RENAMEHOST" ("/msg $S RENAMEHOST <host> <newhost>",
48     "Renames the given fakehost."
49 );