mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-19 10:29:30 +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;
|
||||
|
||||
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.";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user