wmiirc-rumai

git clone git://oldgit.suckless.org/wmiirc-rumai/
Log | Files | Refs | README | LICENSE

commit 9f0fd255819a188efba84860c855735378c627e6
parent 3ea4af39b6b7959a518ad60702ff9e081b693ed9
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date:   Mon, 18 May 2009 20:47:43 -0700

use /event/-based singleton mutex to reload wmiirc instead of exec()

Diffstat:
config.rb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.rb b/config.rb @@ -413,5 +413,5 @@ end # def reload_config LOG.info 'reload' - exec $0 + launch $0 end