1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Removed extra space

This commit is contained in:
Dionysus 2023-05-27 22:39:30 -04:00
parent 49cd56df5b
commit d99cda9ceb
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -300,7 +300,7 @@ class probe:
if chan in self.channels['users']:
debug('{0}scanning {1} users in {2}'.format(self.display, self.channels['users'][chan].ljust(4), chan))
else:
debug(f'{self.display} scanning users in {chan}')
debug(f'{self.display}scanning users in {chan}')
await self.raw('WHO ' + chan)
await asyncio.sleep(throttle.part)
await self.raw('PART ' + chan)