Search found 45 matches

by ekalin
Mon Dec 17, 2012 1:52 pm
Forum: KildClient
Topic: Windows + ActivePerl = Fail
Replies: 4
Views: 10489

Re: Windows + ActivePerl = Fail

If Windows cannot find the DLL, the program simply wouldn't open.

It could be a problem with the version. Which exact version of ActivePerl are you using?
by ekalin
Wed Jul 25, 2012 8:47 pm
Forum: KildClient
Topic: Sub Second Timers
Replies: 6
Views: 15086

Re: Sub Second Timers

Due to popular demand, I've enabled this feature. It'll be in the next version. Or, for those who cannot wait, just grab the git version and compile yourselves. :)
by ekalin
Sun Jul 22, 2012 12:13 pm
Forum: KildClient
Topic: Sub Second Timers
Replies: 6
Views: 15086

Re: Sub Second Timers

Well, maybe I'll reconsider the possibility of sub seconds timers, then.

An automapper would be a very nice addition. I have thought about it many times, but never got close to even starting it.
by ekalin
Tue Jul 03, 2012 3:58 pm
Forum: KildClient
Topic: Recieved Text Hooks
Replies: 2
Views: 8869

Re: Recieved Text Hooks

When an onReceivedText hook is called, the text that caused the hook is available in the $hookdata variable.
by ekalin
Tue Feb 07, 2012 12:33 pm
Forum: KildClient
Topic: Sub Second Timers
Replies: 6
Views: 15086

Re: Sub Second Timers

Leaving the ethics issue asside, there isn't any technical reason why timers couldn't be specified in smaller units of time. The internal function used to implement timers supports smaller intervals. However, even if this is easy, I'm not sure it would be really useful. Nobody has asked for that bef...