File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
# for how to run it and manual.html for the interaction on IRC.
6
6
#
7
7
#
8
- # TODO: Allow "repo:...", "repositories:..." (in addition to "gb,
9
- # use..."). This is the syntax of scribe.perl.
10
- #
11
8
# TODO: The map-file should contain the IRC network, not just the
12
9
# channel names.
13
10
#
48
45
# labels: "edit #7: A new title", "edit text #7: Text for the body",
49
46
# "edit due #7: in two weeks", etc.
50
47
#
48
+ # TODO: handle_process_output() should use emote() instead of say()
49
+ # when the output is in response to a /me (emoted) command.
50
+ #
51
51
# Created: 2022-01-11
52
52
# Author: Bert Bos <[email protected] >
53
53
#
@@ -616,6 +616,7 @@ ($$$$$$$$)
616
616
} else {
617
617
$date -> parse(" next week" ); # Default to 1 week
618
618
}
619
+ $text =~ s / ,$// ; # Remove any final comma
619
620
620
621
# When a due date is in the past, adjust the year and print a warning.
621
622
$today = new Date::Manip::Date;
You can’t perform that action at this time.
0 commit comments