fix: NameError about unknown exception origin/master
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Wed, 26 Feb 2025 21:33:43 +0000 (22:33 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sun, 2 Mar 2025 22:25:23 +0000 (23:25 +0100)
commit6d3eb99a6213cae314f1d7e24a8ae80c100f0d21
tree526030c617cd8950656c3d18ebf7bb8aafe060dd
parente7ebf3182eb66e049678f0571b28e392f8a6b516
fix: NameError about unknown exception

TimeoutError used to come from timeout.rb, has been renamed to
Timeout::Error, though.
In most instances it’s not quite right to use it because timeout.rb is
not even loaded in core, only in plugins.
So we implement our own errors and exceptions now.
data/rbot/plugins/wserver.rb
lib/rbot/ircbot.rb
lib/rbot/plugins.rb