You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally (there are likely other exceptions; I haven't exhaustively searched all plugins while on vacation) Sopel uses bot.reply() for errors, to get the attention of the user who issued the failed command so they can (hopefully) fix the problem and try again.
The .in command doesn't, though. It uses bot.say(). We should fix that.
The text was updated successfully, but these errors were encountered:
Generally (there are likely other exceptions; I haven't exhaustively searched all plugins while on vacation) Sopel uses
bot.reply()
for errors, to get the attention of the user who issued the failed command so they can (hopefully) fix the problem and try again.The
.in
command doesn't, though. It usesbot.say()
. We should fix that.The text was updated successfully, but these errors were encountered: