X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmod-hostserv.help;h=9c6507d393a91bb7bcffa8b555e01a98e0fc5180;hb=HEAD;hp=7ce9515158bd3f000361dab130f0334abbe2cfa8;hpb=296fbfc38aef2d6061044391557813838457fd55;p=srvx.git diff --git a/src/mod-hostserv.help b/src/mod-hostserv.help index 7ce9515..9c6507d 100644 --- a/src/mod-hostserv.help +++ b/src/mod-hostserv.help @@ -4,38 +4,46 @@ " MANAGER - Manager Commands" ); "USER" ("$bUser Commands:$b", - " SET Sets the given fakehost.", - " VIEW View fakehostdetails and userdetails." + " SET Sets the given fakehost.", + " VIEW View fakehostdetails and userdetails." ); "MANAGER" ("$bManager Commands:$b", "ADDHOST Adds the given host to the database.", "ADDMANAGER Adds a manager to the given group.", "ASSIGN Adds a user to the given group.", "DELHOST Deletes the given host from the database.", - "DELMANAGER Deletes a manager from the given group", - "UNASSIGN Deletes a user from the given group" + "DELMANAGER Deletes a manager from the given group.", + "OSET Sets the given fakehost for the given user.", + "UNASSIGN Deletes a user from the given group.", + "RENAMEHOST Renames the given fakehost." ); "SET" ("/msg $S SET ", - "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." + "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 ", - "" + "Adds the given host." ); "ADDMANAGER" ("/msg $S ADDMANAGER ", - "" + "Adds the given user as a manager for the given host." ); "ASSIGN" ("/msg $S ASSIGN ", - "" + "Assigns the given fakehost to the given Nick oder AuthServ Account." ); "DELHOST" ("/msg $S DELHOST ", - "" + "Deletes the given host." ); -"DELmANAGER" ("/msg $S DELHOST ", - "" +"DELMANAGER" ("/msg $S DELHOST ", + "Deletes the given manager from the given host." ); "UNASSIGN" ("/msg $S UNASSIGN ", - "" + "Deletes the given fakehost assignment from the given Nick or AuthServ Account." +); +"OSET" ("/msg $S OSET ", + "Sets the given fakehost to the given Nick or AuthServ Account." +); +"RENAMEHOST" ("/msg $S RENAMEHOST ", + "Renames the given fakehost." ); \ No newline at end of file