updated helpfile
authorNurPech <nurpech@nurpech.de>
Fri, 4 Jan 2013 21:49:24 +0000 (22:49 +0100)
committerNurPech <nurpech@nurpech.de>
Fri, 4 Jan 2013 21:49:24 +0000 (22:49 +0100)
src/mod-hostserv.help

index 7ce9515158bd3f000361dab130f0334abbe2cfa8..d6d21adccbea939216ce9624b77587193fd5171c 100644 (file)
                "UNASSIGN         Deletes a user from the given group"
 );
 "SET" ("/msg $S SET <fakehost|*>",
-       "Sets the given fakehost to your AuthServ Account."
+       "Sets the given fakehost or the default fakehost to your AuthServ Account."
 );
 "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>",
-       ""
+       "Adds the given host."
 );
 "ADDMANAGER" ("/msg $S ADDMANAGER <host> <nick|*account>",
-       ""
+       "Adds the given user as a manager for the given host."
 );
 "ASSIGN" ("/msg $S ASSIGN <host> <nick|*account>",
-       ""
+       "Assigns the given fakehost to the given Nick oder AuthServ Account."
 );
 "DELHOST" ("/msg $S DELHOST <host>",
-       ""
+       "Deletes the given host."
 );
-"DELmANAGER" ("/msg $S DELHOST <host> <nick|*account>",
-       ""
+"DELMANAGER" ("/msg $S DELHOST <host> <nick|*account>",
+       "Deletes the given manager from the given host."
 );
 "UNASSIGN" ("/msg $S UNASSIGN <host> <nick|*account>",
-       ""
+       "Deletes the given fakehost assignment from the given Nick or AuthServ Account."
 );
\ No newline at end of file