# helper functions for various BBS messaging tasks # K7MHI Kelly Keeton 2024 from dadjokes import Dadjoke # pip install dadjokes def tell_joke(): # tell a dad joke, does it need an explanationn :) dadjoke = Dadjoke() return dadjoke.joke