Thread: [srvx-commits] CVS: services/src chanserv.help,1.42,1.43 helpserv.help,1.12,1.13 nickserv.help.m4,1.
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-11-05 03:08:41
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv18146/src
Modified Files:
chanserv.help helpserv.help nickserv.help.m4
Log Message:
update help files (undocument removed commands, etc)
Index: chanserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/chanserv.help,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** chanserv.help 28 Oct 2002 01:55:33 -0000 1.42
--- chanserv.help 5 Nov 2002 03:08:38 -0000 1.43
***************
*** 106,129 ****
"Adds a ban to the channels permanent ban list, remaining in effect until removed with the DELBAN command. If it exactly matches an existing ban already in the list, the reason will be updated. If the existing ban was a timed ban, it will be extended into a permanent ban.",
"$uSee Also:$u bans, delban, mdelban");
- "ADDCOOWNER" ("/msg $C ADDCOOWNER <#channel> <nick|*account>",
- "Adds a coowner to the channel user list.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u clist, delcoowner, mdelcoowner, users");
- "ADDMASTER" ("/msg $C ADDMASTER <#channel> <nick|*account>",
- "This command adds a master to the user list of the channel.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u delcoowner, mdelcoowner, mlist, users");
- "ADDOP" ("/msg $C ADDOP <#channel> <nick|*account>",
- "This command adds an op to the user list of the channel.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u delop, mdelop, olist, users");
- "ADDOWNER" ("/msg $C ADDOWNER <#channel> <nick|*account>",
- "This command adds an owner to the user list of the channel.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u delowner, mdelowner, users, wlist");
- "ADDPEON" ("/msg $C ADDPEON <#channel> <nick|*account>",
- "This command adds a peon to the user list of the channel.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u delpeon, mdelpeon, plist, users");
"ADDUSER" ("/msg $C ADDUSER <#channel> <level> <nick|*account>",
"This command adds someone to the channel user list with the specified access level. (You may only add users to levels less than your own.)",
--- 106,109 ----
***************
*** 165,191 ****
"Deletes a ban from the channel ban list. This command works for both permanent and timed bans alike.",
"$uSee Also:$u addban, addtimedban, bans");
- "DELCOOWNER" ("/msg $C DELCOOWNER <#channel> <nick|*account>",
- "Deletes a coowner from the channel user list.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u addcoowner, clist, mdelcoowner, users");
- "DELMASTER" ("/msg $C DELMASTER <#channel> <nick|*account>",
- "Deletes a master from the channel user list.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u addmaster, mdelmaster, mlist, users");
"DELNOTE" ("/msg $C DELNOTE <#channel> <note-name>",
"Deletes a note from the channel. To do this, you must be able to set the note.",
"$uSee Also:$u note, note types");
- "DELOP" ("/msg $C DELOP <#channel> <nick|*account>",
- "Deletes an op from the channel user list.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u addop, mdelop, olist, users");
- "DELOWNER" ("/msg $C DELOWNER <#channel> <nick|*account>",
- "Deletes an owner from the channel user list.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u addowner, mdelowner, users, wlist");
- "DELPEON" ("/msg $C DELPEON <#channel> <nick|*account>",
- "Deletes a peon from the channel user list.",
- "You may use *Account instead of Nick as the name argument; the * makes $C use the name of a account directly (useful if the user is not online).",
- "$uSee Also:$u addpeon, mdelpeon, users, plist");
"DELUSER" ("/msg $C DELUSER <#channel> <nick|*account>",
"Deletes a user from the channel user list.",
--- 145,151 ----
***************
*** 475,484 ****
"This disables the target's access to the channel. That access can be restored using the unsuspend command.",
"$uSee Also:$u unsuspend, deluser");
- "SWITCH" ("/msg $C SWITCH <#channel> [user]",
- "Transitions a channel from X2 to $b$C$b control. The user (if not specified, defaults to whoever issued the command) must be authenticated with X2 as the channel owner to use this command. The channel will be registered and $b$C$b will recognize that user as the owner of the channel. $bNothing else will be transferred: other users, bans, and channel settings will be lost.$b",
- "This option is only available if transition support was enabled during srvx configuration.",
- "$uSee Also:$u register");
- "TOGOP" ("/msg $C TOGOP <#channel> [on|off]",
- "Sets whether $C will op you when you join the channel. If you say $btogop on$b or $btogop off$b, it will be set that; if you just say $btogop$b, it will change it from on to off or vice versa.");
"TOPIC" ("/msg $C TOPIC <#channel> [topic]",
"Sets the current topic for the specified channel. If no topic is specified, thenset the current topic to the default topic.");
--- 435,438 ----
Index: helpserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/helpserv.help,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** helpserv.help 26 Oct 2002 16:15:16 -0000 1.12
--- helpserv.help 5 Nov 2002 03:08:38 -0000 1.13
***************
*** 126,135 ****
"StatusPageType Delivery type for status pages (less urgent information, such as requests being opened/assigned/closed)",
"Greeting Message sent to users joining channel",
! "OpenReq Message sent to user opening a new request",
! "AssignReq Message sent to user when their request is assigned to a helper",
! "CloseReq Message sent to user when their request is closed",
"IdleDelay Time user may idle in channel before bot complains to StatusPageTarget",
- "WhineDelay Time before an unhandled request makes bot complain to AlertPageTarget",
"WhineInterval Time between complaints about unhandled requests and idle users",
"EmptyInterval Time between complaints (to AlertPageTarget) that the help channel is unstaffed",
"StaleDelay Time after which updating an old request causes it to send an activity alert",
--- 126,135 ----
"StatusPageType Delivery type for status pages (less urgent information, such as requests being opened/assigned/closed)",
"Greeting Message sent to users joining channel",
! "ReqOpened Message sent to user opening a new request",
! "ReqAssigned Message sent to user when their request is assigned to a helper",
! "ReqClosed Message sent to user when their request is closed",
"IdleDelay Time user may idle in channel before bot complains to StatusPageTarget",
"WhineInterval Time between complaints about unhandled requests and idle users",
+ "WhineDelay Time before an unhandled request makes bot complain to AlertPageTarget",
"EmptyInterval Time between complaints (to AlertPageTarget) that the help channel is unstaffed",
"StaleDelay Time after which updating an old request causes it to send an activity alert",
***************
*** 137,140 ****
--- 137,141 ----
"HelperPersist Persistence for assignation of requests to helpers",
"Notification Notification to helpers of events concerning their requests",
+ "IdWrap Maximum request ID plus one (IDs wrap to 0 when they reach this)",
"PrivmsgOnly Messages to users are sent as privmsg (overriding account preference)",
"ReqOnJoin Automatically opens a request for a user who joins the channel",
Index: nickserv.help.m4
===================================================================
RCS file: /cvsroot/srvx/services/src/nickserv.help.m4,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** nickserv.help.m4 30 Jul 2002 02:15:11 -0000 1.11
--- nickserv.help.m4 5 Nov 2002 03:08:38 -0000 1.12
***************
*** 51,55 ****
" REGNICK Register a nickname.",
" UNREGNICK Unregister a nickname.",
! " KILL Request a KILL for someone using your nick.");
"NICKINFO" ("$bNICKINFO$b",
--- 51,55 ----
" REGNICK Register a nickname.",
" UNREGNICK Unregister a nickname.",
! " RECLAIM Reclaim a nick registered to you.");
"NICKINFO" ("$bNICKINFO$b",
***************
*** 90,96 ****
"$uSee Also:$u register, regnick, unregister");
! "KILL" ("$bKILL$b",
! "/msg $N KILL <nick>",
! "Kills the specified nick. You must be authenticated to the account that has ownership of the specified nick.");})
ifdef({/services/nickserv/email_enabled},
--- 90,97 ----
"$uSee Also:$u register, regnick, unregister");
! "RECLAIM" ("$bRECLAIM$b",
! "/msg $N RECLAIM <nick>",
! "Reclaims the specified nick. You must be authenticated to the account that registered the nick.",
! "Depending on configuration, this may do nothing, may ask the user nicely, may force a nick change on them, or may /KILL (disconnect) the target user.");})
ifdef({/services/nickserv/email_enabled},
***************
*** 123,127 ****
"/msg $N@$s COOKIE <account> <cookie>",
"Completes the maintenance action (for example, activating an account or changing your password) for which a cookie was issued. The cookie will then be forgotten.",
! "$uSee Also:$u cookieauth, resetpass, set, delcookie");
"EMAIL POLICY" ("$bEMAIL POLICY",
--- 124,128 ----
"/msg $N@$s COOKIE <account> <cookie>",
"Completes the maintenance action (for example, activating an account or changing your password) for which a cookie was issued. The cookie will then be forgotten.",
! "$uSee Also:$u authcookie, resetpass, set, delcookie");
"EMAIL POLICY" ("$bEMAIL POLICY",
***************
*** 244,248 ****
{ "$uSee Also:$u accountinfo, nickinfo, userinfo"}));
"STATUS" ("$bSTATUS$b",
! "/msg $N STATUS ",
ifdef({/services/nickserv/disable_nicks},
{ "Displays information about the status of $b$N$b, including the total number of accounts in its database."},
--- 245,249 ----
{ "$uSee Also:$u accountinfo, nickinfo, userinfo"}));
"STATUS" ("$bSTATUS$b",
! "/msg $N STATUS",
ifdef({/services/nickserv/disable_nicks},
{ "Displays information about the status of $b$N$b, including the total number of accounts in its database."},
***************
*** 258,266 ****
"/msg $N WRITE",
"Writes the $b$N$b database to disk.");
! ifdef({/services/nickserv/enable_ghost},
! {"GHOST" ("$bGHOST$b",
"/msg $N GHOST <nick>",
"This disconnects an old client that is authed to your account. This is $bnot$b the same thing as nick ownership; the user $bmust$b be authenticated to the same account you are.",
! "$uSee Also:$u auth");})
"RENAME" ("$bRENAME$b",
"/msg $N RENAME <nick|*old-account> <new-account>",
--- 259,266 ----
"/msg $N WRITE",
"Writes the $b$N$b database to disk.");
! "GHOST" ("$bGHOST$b",
"/msg $N GHOST <nick>",
"This disconnects an old client that is authed to your account. This is $bnot$b the same thing as nick ownership; the user $bmust$b be authenticated to the same account you are.",
! "$uSee Also:$u auth");
"RENAME" ("$bRENAME$b",
"/msg $N RENAME <nick|*old-account> <new-account>",
|