Skip to content

Commit

Permalink
Merge pull request #349 from perl6/clarify-error-message
Browse files Browse the repository at this point in the history
Mention the exact channel name in error message
  • Loading branch information
AlexDaniel committed Mar 4, 2019
2 parents 43a4e48 + af08556 commit 5f210b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Whateverable.pm6
Expand Up @@ -109,7 +109,7 @@ multi method irc-to-me(Message $msg where .text ~~ /:i^ uptime \s* $/) {
#↓ Notices
multi method irc-notice-me( $ --> Nil) {} # Issue #321
#↓ Private messages
multi method irc-privmsg-me($ --> Sorry, it is too private here) {} # TODO issue #16
multi method irc-privmsg-me($ --> Sorry, it is too private here. You can join #whateverable channel instead) {} # TODO issue #16
#↓ Fallback
multi method irc-to-me($) {
I cannot recognize this command. See wiki for some examples: ~ self.get-wiki-link
Expand Down

0 comments on commit 5f210b4

Please sign in to comment.