mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
commit
17ed01c1ed
2 changed files with 5 additions and 6 deletions
|
|
@ -238,11 +238,10 @@ Get an explanation of <argument>, or "index" for a list of help topics.`,
|
||||||
"history": {
|
"history": {
|
||||||
text: `HISTORY <target> [limit]
|
text: `HISTORY <target> [limit]
|
||||||
|
|
||||||
Replay message history. <target> can be a channel name, "me" to replay direct
|
Replay message history. <target> can be a channel name or a nickname you have
|
||||||
message history, or a nickname to replay another client's direct message
|
direct message history with. [limit] can be either an integer (the maximum
|
||||||
history (they must be logged into the same account as you). [limit] can be
|
number of messages to replay), or a time duration like 10m or 1h (the time
|
||||||
either an integer (the maximum number of messages to replay), or a time
|
window within which to replay messages).`,
|
||||||
duration like 10m or 1h (the time window within which to replay messages).`,
|
|
||||||
},
|
},
|
||||||
"info": {
|
"info": {
|
||||||
text: `INFO
|
text: `INFO
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ var globalCasemappingSetting Casemapping = CasemappingPRECIS
|
||||||
|
|
||||||
// XXX analogous unsynchronized global variable controlling utf8 validation
|
// XXX analogous unsynchronized global variable controlling utf8 validation
|
||||||
// if this is off, you get the traditional IRC behavior (relaying any valid RFC1459
|
// if this is off, you get the traditional IRC behavior (relaying any valid RFC1459
|
||||||
// octets) and invalid utf8 messages are silently dropped for websocket clients only.
|
// octets), and websocket listeners are disabled.
|
||||||
// if this is on, invalid utf8 inputs get a FAIL reply.
|
// if this is on, invalid utf8 inputs get a FAIL reply.
|
||||||
var globalUtf8EnforcementSetting bool
|
var globalUtf8EnforcementSetting bool
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue