This commit is contained in:
Perflyst 2019-04-12 20:43:41 +02:00 committed by GitHub
parent 6dbb12f2d4
commit 6fd9d36e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ class RSSBot(Plugin):
return True
levels = await self.get_power_levels(evt.room_id)
if levels.get_user_level(evt.sender) < levels.state_default:
await evt.reply("You don't the permission to manage the subscriptions of this room.")
await evt.reply("You don't have the permission to manage the subscriptions of this room.")
return False
return True