Skip to content

Commit

Permalink
Merge branch 'master' into dvorak
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Oct 18, 2009
2 parents a21ddcd + d8a9312 commit 9c54c34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wmiirc
Expand Up @@ -68,6 +68,11 @@ begin
rescue SystemExit
# ignore it; the program wants to terminate

rescue Errno::EPIPE => e
LOG.error e
LOG.info 'Lost connection to wmii. Attempting to reconnect...'
reload_config

rescue Exception => e
LOG.error e

Expand Down

0 comments on commit 9c54c34

Please sign in to comment.