waartaa / ircb

A versatile IRC bouncer for humans
MIT License
49 stars 15 forks source link

Handle store startup errors #95

Closed rtnpro closed 7 years ago

rtnpro commented 7 years ago

Store wouldn't really start at times due to unable to connect to Redis. However, store will not exit but keep running.

This pull request fixes handling redis connection errors and exiting with proper error message.