Skip to content

Instantly share code, notes, and snippets.

@sleetdrop
Created May 14, 2013 07:50
Show Gist options
  • Save sleetdrop/5574355 to your computer and use it in GitHub Desktop.
Save sleetdrop/5574355 to your computer and use it in GitHub Desktop.
cinch loop
loop do
begin
bot.start
rescue Exception => e
bot.quit
bot.stop
end
sleep 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment