a0faf5912f5fc3433ef3c79836f9356792d7f2e5
[srvx.git] / src / mod-hostserv.help
1 "<INDEX>" ("$b$H Help$b",
2         "$b$G$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                 "REVOKE                 Deletes a user from the given group"
17 );
18 "SET" ("/msg $H SET <fakehost>",
19         "Sets the given fakehost to your AuthServ Account."
20 );
21 "VIEW" ("/msg $H 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 );