Skip to content

Commit 1e52702

Browse files
committed
Explain how we got there
1 parent a9d9697 commit 1e52702

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/Evalable.p6

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ multi method irc-privmsg-channel($msg) {
5050
]
5151
<!after <[.!?]>>
5252
/;
53-
# so it only works on “say”, intentionally omits “say I”, omits
53+
# So it only works on “say”, intentionally omits “say I”, omits
5454
# anything that ends in a period, question mark, or exclamation
5555
# point, automatically operates on 「say “…”」, and otherwise
56-
# requires a word/nonword character ratio of 10 or less
56+
# requires a word/nonword character ratio of 10 or less.
57+
# These rules were created by grepping through IRC history with
58+
# Quotable.
5759
self.irc-to-me: $msg
5860
}
5961

0 commit comments

Comments
 (0)