dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.3.1 | You're being logged at https://irclog.whitequark.org/cinch/
<kspencer> anyone used cinch-authentication?
_whitelogger has joined #cinch
_whitelogger has joined #cinch
<craysiii> is it not possible to start two different bots in the same script using Thread?
<dominikh> it is possible.
<craysiii> seems like after i call bot.start nothing else in my script runs, im a bit rusty though so maybe its just me.
<dominikh> Bot#start blocks, of course. That's why you need threads to begin with.
<craysiii> well i'm essentially calling Thread.new bot.start, is that not right?
<dominikh> Depends on how you're doing it, but this is really more of a basic Ruby question, not specific to Cinch.
<craysiii> you're right, my apologies
<craysiii> oh im stupid, used parentheses instead of braces when calling Thread lol.
_whitelogger has joined #cinch
Azure has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Azure has joined #cinch
<kspencer> anyone used cinch-authentication?