X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=IrcContext.pm;h=b8eae0d003889a52869d3fe53efd16333343025b;hp=209f25eab8f56340563dcd958d2f276de03a2885;hb=dcb7d5ee3791ae43e7fcaf3639ce5b70f6c659ab;hpb=8211693b922ad772efc64463431f667d3baaceea 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) = @_;