chatlib: do not send chat messages to controlled bots
graph: first try more memory friendly bsp size check build: restore ssse3 & ssse3 instructions (use nosmid version if needed) Co-Authored-By: Max <161382234+dyspose@users.noreply.github.com>
This commit is contained in:
parent
54647c7eca
commit
855fb903b6
13 changed files with 76 additions and 41 deletions
|
|
@ -57,6 +57,7 @@ private:
|
|||
|
||||
private:
|
||||
int m_retries {};
|
||||
ULZ *m_ulz {};
|
||||
|
||||
public:
|
||||
BotStorage () = default;
|
||||
|
|
@ -95,6 +96,11 @@ public:
|
|||
void resetRetries () {
|
||||
m_retries = 0;
|
||||
}
|
||||
|
||||
// set the compressor instance
|
||||
void setUlzInstance (ULZ *ulz) {
|
||||
m_ulz = ulz;
|
||||
}
|
||||
};
|
||||
|
||||
#if !defined (BOT_STORAGE_EXPLICIT_INSTANTIATIONS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue