We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d9697 commit 1e52702Copy full SHA for 1e52702
bin/Evalable.p6
@@ -50,10 +50,12 @@ multi method irc-privmsg-channel($msg) {
50
]
51
<!after <[.!?]>>
52
/;
53
- # so it only works on “say”, intentionally omits “say I”, omits
+ # So it only works on “say”, intentionally omits “say I”, omits
54
# anything that ends in a period, question mark, or exclamation
55
# point, automatically operates on 「say “…”」, and otherwise
56
- # requires a word/nonword character ratio of 10 or less
+ # requires a word/nonword character ratio of 10 or less.
57
+ # These rules were created by grepping through IRC history with
58
+ # Quotable.
59
self.irc-to-me: $msg
60
}
61
0 commit comments