mirror of
https://github.com/pragma-/pbot.git
synced 2025-03-04 21:41:01 +01: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.