X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=IrcContext.pm;h=b8eae0d003889a52869d3fe53efd16333343025b;hb=HEAD;hp=209f25eab8f56340563dcd958d2f276de03a2885;hpb=bd6624a4e56ad6968b57b76786ebd8787433ead4;p=NDIRC.git diff --git a/IrcContext.pm b/IrcContext.pm index 209f25e..b8eae0d 100644 --- a/IrcContext.pm +++ b/IrcContext.pm @@ -91,6 +91,11 @@ sub message { $self->command($command, $target, $msg); } +sub replyId { + my $self = shift; + return $self->nick; +} + sub command { my ($self,@command) = @_;