Quellcode durchsuchen

fix typo in CHATHISTORY help url

reported by bogdomania
tags/v1.0.0-rc1
Shivaram Lingamneni vor 5 Jahren
Ursprung
Commit
46083f5739
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      irc/help.go

+ 1
- 1
irc/help.go Datei anzeigen

@@ -136,7 +136,7 @@ ChanServ controls channel registrations.`,
136 136
 
137 137
 CHATHISTORY is an experimental history replay command. See these documents:
138 138
 https://github.com/MuffinMedic/ircv3-specifications/blob/chathistory/extensions/chathistory.md
139
-https://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80da`,
139
+https://gist.github.com/DanielOaks/c104ad6e8759c01eb5c826d627caf80d`,
140 140
 	},
141 141
 	"cs": {
142 142
 		text: `CS <subcommand> [params]

Laden…
Abbrechen
Speichern