Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Save requested nickname from .tell
So that we can later use it for renormalization.
  • Loading branch information
AlexDaniel committed Aug 16, 2019
1 parent 3965841 commit 97d9d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbin/Tellable.p6
Expand Up @@ -134,6 +134,7 @@ multi method irc-to-me($msg where { m:r/^ \s* [[to|tell|ask] \s+]?
channel => $msg.channel,
timestamp => timestampish,
from => $msg.nick,
to => $who,
}
}
I'll pass your message to $who
Expand Down

0 comments on commit 97d9d28

Please sign in to comment.