dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.1.0
jackdempsey has quit [Ping timeout: 264 seconds]
djbkd has quit [Remote host closed the connection]
djbkd has joined #cinch
djbkd has quit [Quit: My people need me...]
jackdempsey has joined #cinch
djbkd has joined #cinch
jackdempsey has quit [Ping timeout: 260 seconds]
frdmn has quit [Ping timeout: 250 seconds]
frdmn has joined #cinch
frdmn has quit [Ping timeout: 250 seconds]
sarkyniin has joined #cinch
frdmn has joined #cinch
djbkd has quit [Quit: My people need me...]
jackdempsey has joined #cinch
jackdempsey has quit [Ping timeout: 245 seconds]
djbkd has joined #cinch
jackdempsey has joined #cinch
postmodern has joined #cinch
postmodern has quit [Ping timeout: 255 seconds]
postmodern has joined #cinch
jackdempsey has quit [Ping timeout: 250 seconds]
<sarkyniin>
hey
<sarkyniin>
what's the "correct" way to break out of a cinch plugin?
<sarkyniin>
"break" spouts an error but quits the current plugin thread so it does its job
<sarkyniin>
but it looks like a "dirty" workaround
<dominikh>
if by plugin you mean actual plugins with classes and methods: obviously `return`. if you mean an `on` handler, then you can use the `next` keyword