IRCP

- information gathering tool for irc servers
git clone git://git.acid.vegas/IRCP.git
Log | Files | Refs | Archive | README | LICENSE

commit d99cda9ceba3ce625b683e8d59fba8090d6aa27d
parent 49cd56df5be5aa8f64af3ecefe826bb9be39e429
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 27 May 2023 22:39:30 -0400

Removed extra space

Diffstat:
Mircp.py | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ircp.py b/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)