random- collection of un-sorted bollocks |
git clone git://git.acid.vegas/random.git |
Log | Files | Refs | Archive |
commit a00b7b4eacfa164efdb709a4d7ffb616b1602f32
parent 079556dc5efc0b3c8e9632c91f7afc37fbe79ee9 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 19 May 2020 00:08:34 -0400 weird Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/irc/bots/amber.py b/irc/bots/amber.py @@ -68,7 +68,7 @@ class IRC: async def _event_end_of_names(self): self.scanning = False for name in self.names['found']: - self._raw('WHOIS ' + name) + self._raw(f'WHOIS {name} {name}') # Have to double to nick to see far-connected idle times? Weird... await asyncio.sleep(2) if self.names['idle']: target = random.choice(self.names['idle']) |