mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-18 22:40:41 +01:00
Plugins/RemindMe: minor whitespace fix
This commit is contained in:
parent
85b5ddf272
commit
d48abe3a05
@ -185,7 +185,8 @@ sub cmd_remindme {
|
|||||||
|
|
||||||
# add to the reminder text anything left in the arguments
|
# add to the reminder text anything left in the arguments
|
||||||
if (@opt_args) {
|
if (@opt_args) {
|
||||||
$text .= " @opt_args";
|
$text .= ' ' if length $text;
|
||||||
|
$text .= join ' ', @opt_args;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "Please use -t to specify a time for this reminder." if not $alarm;
|
return "Please use -t to specify a time for this reminder." if not $alarm;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user