Add HELP ROLEPLAY.
This commit is contained in:
parent
a4d2230fbc
commit
ee41c3c6cf
|
@ -28,4 +28,4 @@ may not be present on your server:
|
||||||
ADMINWALL CYCLE FINDFORWARDS FORCEJOIN
|
ADMINWALL CYCLE FINDFORWARDS FORCEJOIN
|
||||||
FORCEPART IDENTIFY MKPASSWD OACCEPT
|
FORCEPART IDENTIFY MKPASSWD OACCEPT
|
||||||
OJOIN OKICK OLIST OMODE
|
OJOIN OKICK OLIST OMODE
|
||||||
OPME SENDBANS
|
OPME ROLEPLAY SENDBANS
|
|
@ -0,0 +1,43 @@
|
||||||
|
ROLEPLAY consists of a number of similar commands
|
||||||
|
all of which send messages to channel under 'fake'
|
||||||
|
nicknames. The user of the command can be identified
|
||||||
|
by looking at the ident of the 'fake' user - it will
|
||||||
|
always be the nickname of the person using the command,
|
||||||
|
and the host will always be npc.fakeuser.invalid.
|
||||||
|
|
||||||
|
These commands normally require chanops to run, unless
|
||||||
|
cmode +x is on the channel in question, in which case
|
||||||
|
any user that is voiced or above can run any roleplay
|
||||||
|
command. Cmode +d will prevent any roleplay command
|
||||||
|
being ran on the channel in question.
|
||||||
|
|
||||||
|
Roleplay commands from normal users have the nick
|
||||||
|
underlined, to clearly show that the message is a
|
||||||
|
roleplay message rather than a normal one (with one
|
||||||
|
exception). Network operators are not subject to this
|
||||||
|
restriction. Network operators can also use these
|
||||||
|
commands in any channel they are in, without requiring
|
||||||
|
ops.
|
||||||
|
|
||||||
|
NPC <nick> <channel> :message
|
||||||
|
Sends a standard roleplay message to #channel with the
|
||||||
|
nick specified.
|
||||||
|
|
||||||
|
NPCA <nick> <channel> :message
|
||||||
|
Sends an ACTION to #channel with the nick and message
|
||||||
|
specified.
|
||||||
|
|
||||||
|
SCENE <channel> :message
|
||||||
|
The same as NPC, except the message always originates
|
||||||
|
from the nickname =Scene=, which will not be underlined
|
||||||
|
like the other commands.
|
||||||
|
|
||||||
|
FSAY <nick> <channel> :message
|
||||||
|
This command is exactly like NPC, except the nickname
|
||||||
|
will not be underlined if the person running the command
|
||||||
|
is an operator.
|
||||||
|
|
||||||
|
FACTION <nick> <channel> :message
|
||||||
|
This command is exactly like NPCA, except the nickname
|
||||||
|
will not be underlined if the person running the command
|
||||||
|
is an operator.
|
|
@ -15,4 +15,4 @@ WHOWAS
|
||||||
|
|
||||||
The following commands are provided by extensions and
|
The following commands are provided by extensions and
|
||||||
may not be present on your server:
|
may not be present on your server:
|
||||||
CYCLE IDENTIFY MKPASSWD
|
CYCLE IDENTIFY MKPASSWD ROLEPLAY
|
|
@ -0,0 +1,33 @@
|
||||||
|
ROLEPLAY consists of a number of similar commands
|
||||||
|
all of which send messages to channel under 'fake'
|
||||||
|
nicknames. The user of the command can be identified
|
||||||
|
by looking at the ident of the 'fake' user - it will
|
||||||
|
always be the nickname of the person using the command,
|
||||||
|
and the host will always be npc.fakeuser.invalid.
|
||||||
|
|
||||||
|
These commands normally require chanops to run, unless
|
||||||
|
cmode +x is on the channel in question, in which case
|
||||||
|
any user that is voiced or above can run any roleplay
|
||||||
|
command. Cmode +d will prevent any roleplay command
|
||||||
|
being ran on the channel in question.
|
||||||
|
|
||||||
|
Roleplay commands from normal users have the nick
|
||||||
|
underlined, to clearly show that the message is a
|
||||||
|
roleplay message rather than a normal one (with one
|
||||||
|
exception). Network operators are not subject to this
|
||||||
|
restriction. Network operators can also use these
|
||||||
|
commands in any channel they are in, without requiring
|
||||||
|
ops.
|
||||||
|
|
||||||
|
NPC <nick> <channel> :message
|
||||||
|
Sends a standard roleplay message to #channel with the
|
||||||
|
nick specified.
|
||||||
|
|
||||||
|
NPCA <nick> <channel> :message
|
||||||
|
Sends an ACTION to #channel with the nick and message
|
||||||
|
specified.
|
||||||
|
|
||||||
|
SCENE <channel> :message
|
||||||
|
The same as NPC, except the message always originates
|
||||||
|
from the nickname =Scene=, which will not be underlined
|
||||||
|
like the other commands.
|
Loading…
Reference in New Issue