From ce14051db8303e60e59bd6fcc37c8338aeec2b97 Mon Sep 17 00:00:00 2001 From: NurPech Date: Sat, 12 Jan 2013 20:32:01 +0100 Subject: [PATCH] updated helpfile --- src/mod-hostserv.help | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/mod-hostserv.help b/src/mod-hostserv.help index d6d21ad..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 or the default 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." + "Adds the given host." ); "ADDMANAGER" ("/msg $S ADDMANAGER ", - "Adds the given user as a manager for the given host." + "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." + "Assigns the given fakehost to the given Nick oder AuthServ Account." ); "DELHOST" ("/msg $S DELHOST ", - "Deletes the given host." + "Deletes the given host." ); "DELMANAGER" ("/msg $S DELHOST ", - "Deletes the given manager from the given host." + "Deletes the given manager from the given host." ); "UNASSIGN" ("/msg $S UNASSIGN ", - "Deletes the given fakehost assignment from the given Nick or AuthServ Account." + "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 -- 2.20.1