]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Document changes to /CHECK, invite timers (missed in 1.2), and fix
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 24 Feb 2010 14:06:49 +0000 (14:06 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 24 Feb 2010 14:06:49 +0000 (14:06 +0000)
SETNAME's documentation as it is not restricted to opers.
Patch by namegduf.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12555 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.helpop-full.example

index fc7116d6366435bafb1e6a4128d2f536725c4416..23c02c455392b0d20b955aa2a85df76a96f541dd 100644 (file)
@@ -31,7 +31,7 @@ PRIVMSG   NOTICE   NICK      JOIN      PART
 CYCLE     KNOCK    MODE      DEVOICE   TOPIC
 KICK      FPART    REMOVE    TBAN      INVITE
 UNINVITE  AWAY     DCCALLOW  SILENCE   ACCEPT
 CYCLE     KNOCK    MODE      DEVOICE   TOPIC
 KICK      FPART    REMOVE    TBAN      INVITE
 UNINVITE  AWAY     DCCALLOW  SILENCE   ACCEPT
-MKPASSWD  VHOST    TITLE
+MKPASSWD  VHOST    TITLE     SETNAME
 
 WHOIS     WHOWAS   ISON      USERHOST  WATCH
 LIST      NAMES    WHO       MOTD      RULES
 
 WHOIS     WHOWAS   ISON      USERHOST  WATCH
 LIST      NAMES    WHO       MOTD      RULES
@@ -300,7 +300,7 @@ removes your away status and previous message.">
 Returns a subset of the nicks you give, showing only those
 that are currently online.">
 
 Returns a subset of the nicks you give, showing only those
 that are currently online.">
 
-<helpop key="invite" value="/INVITE [nick] [channel]
+<helpop key="invite" value="/INVITE [nick] [channel] {[time]}
 
 Invites a user to a channel. If the channel is NOT +A, only
 channel halfoperators or above can invite people. If +A is set,
 
 Invites a user to a channel. If the channel is NOT +A, only
 channel halfoperators or above can invite people. If +A is set,
@@ -309,7 +309,10 @@ doing the invite is a member of the channel they wish to invite
 the user to.
 
 Invited users may override bans, +k, and similar in addition to
 the user to.
 
 Invited users may override bans, +k, and similar in addition to
-+i, depending on configuration.">
++i, depending on configuration.
+
+If a time is provided, the invite expires after that time and the user
+can no longer use it to enter the channel.">
 
 <helpop key="pass" value="/PASS [password]
 
 
 <helpop key="pass" value="/PASS [password]
 
@@ -351,6 +354,11 @@ server.">
 Returns information on the developers and supporters who made this
 IRC server possible.">
 
 Returns information on the developers and supporters who made this
 IRC server possible.">
 
+<helpop key="setname" value="/SETNAME [name]
+
+Sets your name to the specified name.">
+
+
 #####################
 #   Oper Commands   #
 #####################
 #####################
 #   Oper Commands   #
 #####################
@@ -361,8 +369,8 @@ IRC server possible.">
 OPERMOTD  CHECK     TAXONOMY    CLONES   USERIP
 TLINE     ALLTIME   MODULES     WALLOPS  GLOBOPS
 
 OPERMOTD  CHECK     TAXONOMY    CLONES   USERIP
 TLINE     ALLTIME   MODULES     WALLOPS  GLOBOPS
 
-SETHOST   SETIDENT  SETNAME     CHGHOST  CHGIDENT
-CHGNAME   SETIDLE   SWHOIS
+SETHOST   SETIDENT  CHGHOST     CHGIDENT CHGNAME
+SETIDLE   SWHOIS
 
 SANICK    NICKLOCK  NICKUNLOCK
 
 
 SANICK    NICKLOCK  NICKUNLOCK
 
@@ -475,10 +483,15 @@ it is also removed from the config file.">
 Retrieves a list of users with more clones than the specified
 limit.">
 
 Retrieves a list of users with more clones than the specified
 limit.">
 
-<helpop key="check" value="/CHECK [nick|ip|hostmask|channel]
+<helpop key="check" value="/CHECK [nick|ip|hostmask|channel] {[server]}
 
 Allows opers to look up advanced information on channels, hostmasks
 
 Allows opers to look up advanced information on channels, hostmasks
-or IP addresses, in a similar way to WHO but in more detail.">
+or IP addresses, in a similar way to WHO but in more detail, displaying
+most information the IRCD has stored on the target, including all
+metadata.
+
+With the second parameter given, runs the command remotely on the
+specified server.">
 
 <helpop key="alltime" value="/ALLTIME
 
 
 <helpop key="alltime" value="/ALLTIME
 
@@ -540,10 +553,6 @@ Sets your host to the specified host.">
 
 Sets your ident to the specified ident.">
 
 
 Sets your ident to the specified ident.">
 
-<helpop key="setname" value="/SETNAME [name]
-
-Sets your name to the specified name.">
-
 <helpop key="swhois" line="/SWHOIS [nick] [swhois]
 
 Sets the user's swhois field to the given swhois.">
 <helpop key="swhois" line="/SWHOIS [nick] [swhois]
 
 Sets the user's swhois field to the given swhois.">