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 98c9c73 commit 8fc3153Copy full SHA for 8fc3153
Whateverable.pm6
@@ -75,6 +75,10 @@ multi method irc-to-me($msg where .text ~~ /:i^ help ‘?’? $/) {
75
ResponseStr.new(value => self.help($msg), message => $msg)
76
}
77
78
+multi method irc-notice-me($msg) {
79
+ ResponseStr.new(value => ‘Sorry, it is too private here’, message => $msg) # See GitHub issue #16
80
+}
81
+
82
multi method irc-privmsg-me($msg) {
83
ResponseStr.new(value => ‘Sorry, it is too private here’, message => $msg) # See GitHub issue #16
84
0 commit comments