Search found 45 matches
- Sat Mar 23, 2024 11:05 am
- Forum: KildClient
- Topic: Trying to gag several successive lines
- Replies: 1
- Views: 14112
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 ...
- 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: 9965
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 ...
- Sat Sep 09, 2023 3:23 pm
- Forum: KildClient
- Topic: KildClient 3.1.0 spellcheck doesn't work [Windows]
- Replies: 5
- Views: 22442
Re: KildClient 3.1.0 spellcheck doesn't work [Windows]
This problem has finally been solved in version 3.2.1b.
- Sat Sep 09, 2023 3:23 pm
- Forum: KildClient
- Topic: New Windows build (3.2.1b)
- Replies: 0
- Views: 15259
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.
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.
- Sat Sep 02, 2023 2:28 pm
- Forum: KildClient
- Topic: KildClient 3.2.1 released
- Replies: 0
- Views: 15017
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.
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.
- Sat Mar 02, 2019 1:56 pm
- Forum: KildClient
- Topic: Spell in single line bar
- Replies: 1
- Views: 18577
- Fri Sep 21, 2018 6:38 am
- Forum: KildClient
- Topic: Spell checking not working
- Replies: 1
- Views: 14782
Re: Spell checking not working
Spell checking only works with the multi-line input bar. Is that what you're using?
- Tue Aug 21, 2018 12:47 pm
- Forum: KildClient
- Topic: Scrolling bug in channels plugin
- Replies: 2
- Views: 18344
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/
- Sun Aug 19, 2018 12:16 pm
- Forum: KildClient
- Topic: on-connect text
- Replies: 1
- Views: 14351
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.
- Sun Aug 19, 2018 12:10 pm
- Forum: KildClient
- Topic: Scrolling bug in channels plugin
- Replies: 2
- Views: 18344
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...