ptgbot/ptgbot
Adam Spiers 0145545e78 Fix crash after #unsubscribe
The #unsubscribe command was setting the person's subscription to None
which obviously can't be compiled to a regex.  This caused a crash on
the first now/next update after someone did #unsubscribe.  Fix this
simply by skipping any subscription where the regex is set to None.

Change-Id: I11d42bcb1a0e3bc2e4105d6c2afa39f3a37af278
2019-05-03 09:42:29 -06:00
..
__init__.py Initial commit 2017-04-18 14:21:26 +02:00
bot.py Fix crash after #unsubscribe 2019-05-03 09:42:29 -06:00
db.py Add subscribe command for automatic notifications of topics 2019-04-30 13:06:58 -06:00