3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

MessageHistory: fix typo

This commit is contained in:
Pragmatic Software 2020-06-05 14:56:53 -07:00
parent b609077671
commit 87d7b7bbaf

View File

@ -261,7 +261,7 @@ sub cmd_recall_message {
return "/say $getopt_error -- $usage" if defined $getopt_error;
if (defined $recall_history and defined $recall_history) {
if (defined $recall_history and defined $recall_text) {
return "/say $context->{nick}: The -h and -t options cannot be used together.";
}