mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #1075
This commit is contained in:
parent
509d3f1fdd
commit
9ed789f67c
15 changed files with 285 additions and 108 deletions
10
irc/help.go
10
irc/help.go
|
|
@ -485,6 +485,11 @@ specs for more info: http://ircv3.net/specs/core/message-tags-3.3.html`,
|
|||
text: `QUIT [reason]
|
||||
|
||||
Indicates that you're leaving the server, and shows everyone the given reason.`,
|
||||
},
|
||||
"register": {
|
||||
text: `REGISTER <email | *> <password>
|
||||
|
||||
Registers an account in accordance with the draft/register capability.`,
|
||||
},
|
||||
"rehash": {
|
||||
oper: true,
|
||||
|
|
@ -544,6 +549,11 @@ The USERS command is not implemented.`,
|
|||
text: `USERHOST <nickname>{ <nickname>}
|
||||
|
||||
Shows information about the given users. Takes up to 10 nicknames.`,
|
||||
},
|
||||
"verify": {
|
||||
text: `VERIFY <account> <password>
|
||||
|
||||
Verifies an account in accordance with the draft/register capability.`,
|
||||
},
|
||||
"version": {
|
||||
text: `VERSION [server]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue