Have a way to highlight another user with bot replies (give command)
On DoorsCS we had a way to "give" replies to other users so that if there were multiple conversations going on it was clear that the bot reply and command was intended to answer a specific users question.
Should likely have a whitelist to prevent temptations to spam like we had on DoorsCS but this is not required if we don't think this will be necessary.
On DoorsCS it was implemented as an alias: cif [match "$2 " [givewhitelist]] "echo $1: [$2 $*]" "utilities ignore" This translates to if the second argument is on the givewhitelist then reply with the "first argument (username):" + the output of the whitelisted command with the give whitelist being: test cookie cemetech thread post posf introduce decbot dcswiki prizm topic ask wikiti lmgtfy a
Many of those are from my old wikisearch plugin that the working code for seems to be lost sadly. I could possibly look into building a new wiki search module for Decbot4 if there is interest but I am not sure how doable that is or desired especially since from what I recall the doorscs wiki and prizm wikis are no longer wikis.