mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-22 07:56:42 +00:00
Removed extra space
This commit is contained in:
parent
49cd56df5b
commit
d99cda9ceb
2
ircp.py
2
ircp.py
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user