1
0
Fork 0
forked from External/ergo

allow history queries against PRIVMSG of other clients, if the accounts match

This commit is contained in:
Shivaram Lingamneni 2019-02-04 12:31:44 -05:00
parent 51fcedc5a1
commit 463de94610
2 changed files with 34 additions and 18 deletions

View file

@ -196,10 +196,12 @@ Get an explanation of <argument>, or "index" for a list of help topics.`,
Get an explanation of <argument>, or "index" for a list of help topics.`,
},
"history": {
text: `HISTSERV <target> [limit]
text: `HISTORY <target> [limit]
Replay message history. <target> can be a channel name, or "self" or "me"
to replay direct message history. At most [limit] messages will be replayed.`,
Replay message history. <target> can be a channel name, "me" to replay direct
message history, or a nickname to replay another client's direct message
history (they must be logged into the same account as you). At most [limit]
messages will be replayed.`,
},
"hostserv": {
text: `HOSTSERV <command> [params]