Add support for soju.im/filehost
For now, only handle paste events containing files. Co-authored-by: Alex McGrath <amk@amk.ie>
This commit is contained in:
parent
97b9efcc9f
commit
87e88cccca
3 changed files with 93 additions and 0 deletions
|
@ -526,6 +526,10 @@ export class Isupport {
|
|||
}
|
||||
return parseInt(this.raw.get("LINELEN"), 10);
|
||||
}
|
||||
|
||||
filehost() {
|
||||
return this.raw.get("SOJU.IM/FILEHOST");
|
||||
}
|
||||
}
|
||||
|
||||
export function getMaxPrivmsgLen(isupport, nick, target) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue