Search found 45 matches

by ekalin
Sat Mar 23, 2024 11:05 am
Forum: KildClient
Topic: Trying to gag several successive lines
Replies: 1
Views: 22

Re: Trying to gag several successive lines

I don't think that hooks are the solution here. I haven't test this, but I'd create three triggers: - 1: for the first line, that gags it and enables trigger 3 - 2: for the last line, that gags it and disables trigger 3 - 3: matches anything ('.' as a regexp should be enough), gags the line, starts ...
by ekalin
Wed Sep 13, 2023 10:53 pm
Forum: KildClient
Topic: $world->send doesn't run the alias engine. What can I do?
Replies: 2
Views: 3005

Re: $world->send doesn't run the alias engine. What can I do?

Well, you have the full power of Perl, so you can do any kind of substitution you want. But that's not really convenient if you want to use the same aliases available for interactive use. Fortunately there's the $world->expandaliases() function, that expands aliases as if they had been typed in the ...
by ekalin
Sat Sep 09, 2023 3:23 pm
Forum: KildClient
Topic: KildClient 3.1.0 spellcheck doesn't work [Windows]
Replies: 5
Views: 13269

Re: KildClient 3.1.0 spellcheck doesn't work [Windows]

This problem has finally been solved in version 3.2.1b.
by ekalin
Sat Sep 09, 2023 3:23 pm
Forum: KildClient
Topic: New Windows build (3.2.1b)
Replies: 0
Views: 2031

New Windows build (3.2.1b)

A new Windows build has been release. This version fixes spell checking on Windows.

Go to the download page to download it.

There are no further changes, and the since it only affects the Windows packaging, there isn't a 3.2.1b source code release.
by ekalin
Sat Sep 02, 2023 2:28 pm
Forum: KildClient
Topic: KildClient 3.2.1 released
Replies: 0
Views: 2030

KildClient 3.2.1 released

KildClient version 3.2.1 has been released today.

Go to the download page to download it.

This version fixes a couple of bugs that have accumulated in the last years, and has some internal code updates. See the detailed change log.
by ekalin
Sat Mar 02, 2019 1:56 pm
Forum: KildClient
Topic: Spell in single line bar
Replies: 1
Views: 11619

Re: Spell in single line bar

MickeyHus wrote: Mon Feb 25, 2019 12:37 pm Is there a reason that spell checking only works with the multi line input bar, Ekalin?
Yes, the single line text input component does not support spell checking.
by ekalin
Fri Sep 21, 2018 6:38 am
Forum: KildClient
Topic: Spell checking not working
Replies: 1
Views: 8358

Re: Spell checking not working

Spell checking only works with the multi-line input bar. Is that what you're using?
by ekalin
Tue Aug 21, 2018 12:47 pm
Forum: KildClient
Topic: Scrolling bug in channels plugin
Replies: 2
Views: 10705

Re: Scrolling bug in channels plugin

Well, it turned out to be simpler than expected, and has been fixed: https://sourceforge.net/p/kildclient/gi ... b012344b2/
by ekalin
Sun Aug 19, 2018 12:16 pm
Forum: KildClient
Topic: on-connect text
Replies: 1
Views: 7956

Re: on-connect text

An on-connect hook is probably the way to do that, but use the hook for the whole login process (answering the question and sending the user and password). Ignore the auto-login feature in this case.
by ekalin
Sun Aug 19, 2018 12:10 pm
Forum: KildClient
Topic: Scrolling bug in channels plugin
Replies: 2
Views: 10705

Re: Scrolling bug in channels plugin

As a matter of fact, KCWin's in general are not scrolling to the end. The channles plugin is just a simple wrapper. I'm not sure if they ever did scroll to end, but I guess they used to, and they stopped doing so when the code was changed to support multiple threads (version 3.0.0). A quick fix in c...