Skip to content

Commit 383a371

Browse files
committed
Don't judge bot's behavior
1 parent f18c021 commit 383a371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Whateverable/Messages.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sub handle-exception($exception, $msg?) is export {
3939
given $msg {
4040
# TODO handle other types
4141
when IRC::Client::Message::Privmsg::Channel {
42-
.irc.send-cmd: PRIVMSG, $CONFIG<cave>, I'm acting stupid on {.channel}. Help me.,
42+
.irc.send-cmd: PRIVMSG, $CONFIG<cave>, I have a bug! See {.channel}. Help me!,
4343
:server(.server), :prefix($CONFIG<caregivers>.join(, ) ~ : )
4444
if .channel ne $CONFIG<cave>
4545
}

0 commit comments

Comments
 (0)