forked from External/ergo
fix #1078
This commit is contained in:
parent
e7f8e8a9cf
commit
0e570ba8ad
3 changed files with 28 additions and 0 deletions
10
irc/help.go
10
irc/help.go
|
|
@ -432,6 +432,11 @@ The SCENE command is used to send a scene notification to the given target.`,
|
|||
text: `SETNAME <realname>
|
||||
|
||||
The SETNAME command updates the realname to be the newly-given one.`,
|
||||
},
|
||||
"summon": {
|
||||
text: `SUMMON [parameters]
|
||||
|
||||
The SUMMON command is not implemented.`,
|
||||
},
|
||||
"tagmsg": {
|
||||
text: `@+client-only-tags TAGMSG <target>{,<target>}
|
||||
|
|
@ -492,6 +497,11 @@ For example:
|
|||
|
||||
Used in connection registration, sets your username and realname to the given
|
||||
values (though your username may also be looked up with Ident).`,
|
||||
},
|
||||
"users": {
|
||||
text: `USERS [parameters]
|
||||
|
||||
The USERS command is not implemented.`,
|
||||
},
|
||||
"userhost": {
|
||||
text: `USERHOST <nickname>{ <nickname>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue