mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
686589207c
The call to ruby_init_loadpath() has been moved after ruby initializations, which fixes the crash on plugin reload. The errors during ruby initializations are now displayed (they were hidden). And the ruby_cleanup() is called again: it seems it does not crash any more (tested with Ruby 2.1.5).