Re: Re: Auto-respons on pm

"XeroXer @ XeroXer" <[email protected]> Mon, 20 Aug 2007 14:42:17 +0200
Newsgroups gmane.network.irc.irssi.user
Organization XeroXer.com
Message-ID <[email protected]>
Hi!

I am actually using that autowhois.pl script.
But inbedding a autoresponse in that would add some bugs.
First of all if I pm someone and they respond, it will type the 
autoresponse.
If someone pm's me and then waits a while and types something again, 
they will get the message both times.

So it would work but I would add other stuff that would be weird and 
irritating.

Best regards
XeroXer


Sander Smeenk wrote:
> Quoting XeroXer @ XeroXer ([email protected]):
> 
>> Not just when I am away but all the time, so people know this.
>> Is there a addon or maybe just a function that does this?
> 
> There is autowhois.pl on the scripts pages. It can be very easily
> adapted to do what you want, just change the line 
> 
>   $server->command("whois $nick");
> 
> to something like
> 
>   $server->say("msg $nick Yadayada foo");
> 
> HTH,
> Sander.