Browse Source

update draft/chathistory spec link in /help

tags/v2.0.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
93708c23eb
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      irc/help.go

+ 3
- 3
irc/help.go View File

@@ -145,9 +145,9 @@ http://ircv3.net/specs/core/capability-negotiation-3.2.html`,
145 145
 	"chathistory": {
146 146
 		text: `CHATHISTORY [params]
147 147
 
148
-CHATHISTORY is an experimental history replay command. See these documents:
149
-https://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md
150
-https://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d`,
148
+CHATHISTORY is a history replay command associated with the IRCv3
149
+specification draft/chathistory. See this document:
150
+https://github.com/ircv3/ircv3-specifications/pull/393`,
151 151
 	},
152 152
 	"debug": {
153 153
 		oper: true,

Loading…
Cancel
Save