Merge branch 'master' of gitlab.com:hugvey/hugvey
This commit is contained in:
commit
7d23e4a478
2 changed files with 8 additions and 0 deletions
|
@ -273,3 +273,10 @@ alias.url = ("/local/" => "/home/hugvey/hugvey/local/")
|
|||
```
|
||||
|
||||
|
||||
## When Telegram is blocked
|
||||
|
||||
In Russia, Telegram is blocked, to circumvent this, we set it to run over a SOCKS proxy:
|
||||
|
||||
`autossh -M 0 -o "ServerAliveInterval 30" -o "ServerAliveCountMax 3" -N -D 9090 rubenvandeven.com`
|
||||
|
||||
|
||||
|
|
|
@ -1090,6 +1090,7 @@ class Diversion(object):
|
|||
"""
|
||||
(1) last spoken at all
|
||||
(2) or duration for this last reply only
|
||||
Only can kick in if there's no 'timeout' condition set.
|
||||
"""
|
||||
if story.currentDiversion:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue