mirror of
https://github.com/pragma-/pbot.git
synced 2026-04-25 15:28:16 +02:00
If ProcessManager::execute_process() returns undef, then the loop in Interpreter::interpret() thinks that the command didn't get handled, and so goes on to look for other commands. This is now corrected.