File tree Expand file tree Collapse file tree 7 files changed +34
-11
lines changed Expand file tree Collapse file tree 7 files changed +34
-11
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ stable:
5252 - batch
5353 tags :
5454 - batch
55+ bot-mode :
56+ name : Bot Mode
57+ description : Bot Mode
58+ link : /specs/extensions/bot-mode.html
59+ hide-if-no-support : true
60+ tags :
61+ - draft/bot
5562 chghost :
5663 name : chghost
5764 description : chghost Extension
Original file line number Diff line number Diff line change 1313 name : RPL_WHOISBOT
1414 description : Indicates that the client being `WHOIS`'d is a bot
1515 specs :
16- - pr- bot
16+ - bot-mode
1717 - numeric : " 670"
1818 name : RPL_STARTTLS
1919 description : Indicates that the client may begin their TLS handshake
221221 description : Contains the ID of the batch the attached message is a part of.
222222 - name : bot
223223 specs :
224- - pr- bot
224+ - bot-mode
225225 description : Indicates this message was sent by a bot.
226226 - name : label
227227 specs :
353353 values :
354354 - name : BOT
355355 specs :
356- - pr- bot
356+ - bot-mode
357357 description : Indicates that clients can mark themselves as bots by setting a mode on themselves.
358358 - name : CLIENTTAGDENY
359359 specs :
Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ batch:
3737 name : batch Extension
3838 shortname : batch
3939 url : /extensions/batch.html
40+ bot-mode :
41+ fullname : Bot Mode
42+ name : Bot Mode
43+ shortname : Bot Mode
44+ url : /extensions/bot-mode.html
45+ draft : true
4046channel-rename :
4147 fullname : Channel renaming
4248 name : Channel renaming
119125standard-replies :
120126 fullname : Standard Replies
121127 name : Standard Replies
122- shortname : stdreplies
128+ shortname : Standard Replies
123129 url : /extensions/standard-replies.html
124130starttls :
125131 fullname : tls Extension
@@ -189,13 +195,6 @@ pr-acc:
189195 full-url : https://github.com/ircv3/ircv3-specifications/pull/276
190196 proposed : true
191197
192- pr-bot :
193- fullname : PR#439 - Bot mode
194- name : PR#439 - Bot mode
195- shortname : PR#439
196- full-url : https://github.com/ircv3/ircv3-specifications/pull/439
197- proposed : true
198-
199198pr-register :
200199 fullname : PR#435 - register Extension
201200 name : PR#435 - register Extension
Original file line number Diff line number Diff line change 1414 account-tag :
1515 away-notify :
1616 batch :
17+ bot-mode :
1718 cap-3.1 :
1819 cap-3.2 :
1920 cap-notify :
7475 account-tag :
7576 away-notify :
7677 batch :
78+ bot-mode :
7779 cap-3.1 :
7880 cap-3.2 :
7981 cap-notify :
190192 account-tag :
191193 away-notify :
192194 batch :
195+ bot-mode :
193196 cap-3.1 :
194197 cap-3.2 :
195198 cap-notify :
221224 account-tag :
222225 away-notify :
223226 batch :
227+ bot-mode :
224228 cap-3.1 :
225229 cap-3.2 :
226230 cap-notify :
251255 account-tag :
252256 away-notify :
253257 batch :
258+ bot-mode :
254259 cap-3.1 :
255260 cap-3.2 :
256261 cap-notify :
Original file line number Diff line number Diff line change 871871 account-notify :
872872 account-tag :
873873 away-notify :
874+ bot-mode :
874875 batch :
875876 cap-3.1 :
876877 cap-3.2 :
Original file line number Diff line number Diff line change 9090 link : https://github.com/ircd-hybrid/ircd-hybrid
9191 support :
9292 stable :
93+ bot-mode :
9394 cap-3.1 :
9495 cap-3.2 :
9596 cap-notify :
112113 account-tag : 3.0+
113114 away-notify :
114115 batch : 3.0+
116+ bot-mode :
115117 cap-3.1 :
116118 cap-3.2 : 3.0+
117119 cap-notify : 3.0+
152154 support :
153155 stable :
154156 batch :
157+ bot-mode :
155158 cap-3.1 :
156159 cap-3.2 :
157160 cap-notify :
221224 account-tag : 5.0+
222225 away-notify :
223226 batch : 5.0+
227+ bot-mode :
224228 cap-3.1 :
225229 cap-3.2 :
226230 cap-notify :
Original file line number Diff line number Diff line change @@ -144,6 +144,13 @@ Here are the standalone batch types the IRCv3 WG defines:
144144* [ The ` chathistory ` batch type] ( {{site.baseurl}}/specs/batches/chathistory.html ) allows replaying message history.
145145
146146
147+ ## [ Bot Mode] ( {{site.baseurl}}/specs/extensions/bot-mode.html )
148+
149+ The Bot mode lets bots mark themselves as such. Other users will see the client as a bot in various ways, and should see a tag on that client's messages if they have requested the ` message-tags ` capability.
150+
151+ The ** work-in-progress** [ Bot Mode spec] ( {{site.baseurl}}/specs/extensions/bot-mode.html ) describes the mode and how to see bots that have set the mode on themselves.
152+
153+
147154## [ Channel renaming] ( {{site.baseurl}}/specs/extensions/channel-rename.html )
148155
149156The ` channel-rename ` extension adds a new command sent by clients and servers that enables renaming a channel without closing it down and redirecting to a new one.
You can’t perform that action at this time.
0 commit comments