mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Initial RELAYMSG implementation
This commit is contained in:
parent
2801018150
commit
4ee49f8450
9 changed files with 91 additions and 1 deletions
10
irc/help.go
10
irc/help.go
|
|
@ -393,6 +393,16 @@ Replies to a PING. Used to check link connectivity.`,
|
|||
text: `PRIVMSG <target>{,<target>} <text to be sent>
|
||||
|
||||
Sends the text to the given targets as a PRIVMSG.`,
|
||||
},
|
||||
"relaymsg": {
|
||||
text: `RELAYMSG <channel> <spoofed nick> :<message>
|
||||
|
||||
This command lets channel operators relay messages to their
|
||||
channel from other messaging systems using relay bots. The
|
||||
spoofed nickname MUST contain a forwardslash.
|
||||
|
||||
For example:
|
||||
RELAYMSG #ircv3 Mallory/D :Welp, we linked Discord...`,
|
||||
},
|
||||
"rename": {
|
||||
text: `RENAME <channel> <newname> [<reason>]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue