mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
MessageHistory: fix typo
This commit is contained in:
parent
b609077671
commit
87d7b7bbaf
@ -261,7 +261,7 @@ sub cmd_recall_message {
|
|||||||
|
|
||||||
return "/say $getopt_error -- $usage" if defined $getopt_error;
|
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.";
|
return "/say $context->{nick}: The -h and -t options cannot be used together.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user