Add description for TB and TOPIC messages.
This commit is contained in:
parent
623322e8d9
commit
3e0bb80ad1
1 changed files with 16 additions and 1 deletions
|
@ -795,9 +795,19 @@ broadcast, otherwise the changes will be stored, to be used when registration
|
||||||
completes.
|
completes.
|
||||||
|
|
||||||
TB
|
TB
|
||||||
|
capab: TB
|
||||||
source: server
|
source: server
|
||||||
propagation: broadcast
|
propagation: broadcast
|
||||||
parameters:
|
parameters: channel, topicTS, opt. topic setter, topic
|
||||||
|
|
||||||
|
Propagates a channel topic as part of a burst.
|
||||||
|
|
||||||
|
If the channel had no topic yet or the topicTS in the message is older than
|
||||||
|
the topicTS of the current topic on the channel and the topics differ, set
|
||||||
|
the topic with topicTS and topic setter, and propagate the message. Otherwise
|
||||||
|
ignore the message and do not propagate it.
|
||||||
|
|
||||||
|
If the topic setter is not present, use a server name instead.
|
||||||
|
|
||||||
TIME
|
TIME
|
||||||
source: user
|
source: user
|
||||||
|
@ -828,10 +838,15 @@ multiple TMODE messages should be sent.
|
||||||
TOPIC
|
TOPIC
|
||||||
source: user
|
source: user
|
||||||
propagation: broadcast
|
propagation: broadcast
|
||||||
|
parameters: channel, topic
|
||||||
|
|
||||||
Propagates a channel topic change. The server may verify that the source has
|
Propagates a channel topic change. The server may verify that the source has
|
||||||
ops in the channel.
|
ops in the channel.
|
||||||
|
|
||||||
|
The topicTS shall be set to the current time and the topic setter shall be
|
||||||
|
set indicating the source user. Note that this means that the topicTS of a
|
||||||
|
topic set with TOPIC is not necessarily consistent across the network.
|
||||||
|
|
||||||
TRACE
|
TRACE
|
||||||
source: user
|
source: user
|
||||||
1.
|
1.
|
||||||
|
|
Loading…
Reference in a new issue