dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.9
UberDragon has quit [Quit: UberDragon]
v1n has quit [Ping timeout: 256 seconds]
rager is now known as Trufax
UberDragon has joined #cinch
postmodern has joined #cinch
space has quit [Ping timeout: 252 seconds]
space has joined #cinch
postmodern has quit [Quit: Leaving]
postmodern has joined #cinch
space_ has joined #cinch
space has quit [Ping timeout: 260 seconds]
davidboy has quit [Ping timeout: 248 seconds]
catepillar has quit [Ping timeout: 248 seconds]
catepillar has joined #cinch
space_ has quit [Remote host closed the connection]
davidboy has joined #cinch
scottstamp is now known as zz_scottstamp
kludge` has quit [Ping timeout: 245 seconds]
kludge` has joined #cinch
<Dwarf> Is there something I can hook that fires after all channels have been joined?
<Dwarf> After all the /who and /mode stuff anyway
leftylink has quit [Ping timeout: 256 seconds]
leftylink has joined #cinch
_whitelogger has joined #cinch
postmodern has quit [Quit: Leaving]
zz_scottstamp is now known as scottstamp
scottstamp is now known as zz_scottstamp
zz_scottstamp is now known as scottstamp
scottstamp is now known as zz_scottstamp
zz_scottstamp is now known as scottstamp
scottstamp is now known as zz_scottstamp
zz_scottstamp is now known as scottstamp
rickmasta has joined #cinch
[Rickmasta] has quit [Ping timeout: 240 seconds]
v1n has joined #cinch
<dominikh> :join triggers before all the syncing, unfortunately
<Dwarf> I can't really think of a way to reliably hooking something
<Dwarf> Perhaps counting the MODE #chan, then after it receives the last one it triggers
v1n has quit [Ping timeout: 264 seconds]
<dominikh> Dwarf: what are you actually trying to do?
<Dwarf> My bot joins quite a lot of channels and I want it to wait till it has joined all channels before responding to any channels
<dominikh> why?
<Dwarf> Because it responds slower during the WHO and MODE period, and if it has to check the authname for a user it times out
<dominikh> on that note, I already asked you on which IRC network it doesn't manage to sync an attribute.
<Dwarf> Oh, rizon
<dominikh> oh. good luck :)
<Dwarf> Hah. Thanks
<Dwarf> It probably runs into the fakelag altho I haven't been able to confirm that yet
<dominikh> it runs into the "we're so stupid that we won't let you know which whois failed due to throttling"
<Dwarf> Heh that's rizon alright
<dominikh> fwiw, https://github.com/cinchrb/cinch/issues/61 tracks the issue of :join firing before synchronising
<dominikh> not that I have any intentions of fixing it in the near future…