Search found 2 matches

by Biscuit
Tue Jul 03, 2012 7:50 pm
Forum: KildClient
Topic: Recieved Text Hooks
Replies: 2
Views: 8881

Re: Recieved Text Hooks

ekalin wrote:When an onReceivedText hook is called, the text that caused the hook is available in the $hookdata variable.
Thanks. I cant believe I missed that in the manual, just had another look.
by Biscuit
Thu Jun 28, 2012 10:25 am
Forum: KildClient
Topic: Recieved Text Hooks
Replies: 2
Views: 8881

Recieved Text Hooks

Is there anyway to pass the actual text recieved to a subroutine/perl script when the Text recieved hook is activated? I cannot figure out how to do this, I have experimented and searched online but to no avail. I can pass recieved text via a trigger to a subroutine, but that feels clumsy and think ...