updated helpfile
authorNurPech <nurpech@nurpech.de>
Sat, 12 Jan 2013 19:32:01 +0000 (20:32 +0100)
committerNurPech <nurpech@nurpech.de>
Sat, 12 Jan 2013 19:32:01 +0000 (20:32 +0100)
src/mod-hostserv.help

index d6d21adccbea939216ce9624b77587193fd5171c..9c6507d393a91bb7bcffa8b555e01a98e0fc5180 100644 (file)
@@ -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 <fakehost|*>",
-       "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 <host>",
-       "Adds the given host."
+    "Adds the given host."
 );
 "ADDMANAGER" ("/msg $S ADDMANAGER <host> <nick|*account>",
-       "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 <host> <nick|*account>",
-       "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 <host>",
-       "Deletes the given host."
+    "Deletes the given host."
 );
 "DELMANAGER" ("/msg $S DELHOST <host> <nick|*account>",
-       "Deletes the given manager from the given host."
+    "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."
+    "Deletes the given fakehost assignment from the given Nick or AuthServ Account."
+);
+"OSET" ("/msg $S OSET <host> <nick|*account>",
+    "Sets the given fakehost to the given Nick or AuthServ Account."
+);
+"RENAMEHOST" ("/msg $S RENAMEHOST <host> <newhost>",
+    "Renames the given fakehost."
 );
\ No newline at end of file