Hi and thanks for this great Script :)
When we are warning, kicking, timebanning etc. This text shows up all the time
is kicking because:
Example:
[2006-10-15 17:40] <?Bot?> *** [10]Nick from xxx.xxx.xxx.xxx got Warned by Master [Hmm]-Bot Because: Shared forbidden file : Asa Nisse (VCD).mpg is kicking because:
What is wrong?
Search filter kick messages option in your client or try to change in file Setting.ini of Leviathan:
["Script"] = {
["SendWhere"] = 2,
with:
["Script"] = {
["SendWhere"] = 0,
In your client there is an option to filter kick messages.
By having this option clicked the client looks for "is kicking because:" in the chat.
If it finds a chat line in the chat and the option is clicked,
then the chat line doesn't appear in the clients mainchat,
but instead it goes in the Status bar of the hub
(right beneath the mainchat frame and before the chat input field).
Using this string in output of scripts is just a trick to make the messages appear in the status bar.
In my humble opinion this one and the interface for the rightclicks are
the two we-better-fix-them most important issues in the clients.
We should introduce a $Supports feature and get a $UserCmd for the rightclicks and
a $StatusBar for the message.
This is the only way these two issues can be dealt with permenately.
Ahh, thanks 6Marilyn6Manson6 and Herodes :)
Quote from: Herodes on 16 October, 2006, 17:39:40
In your client there is an option to filter kick messages.
And not everybody has that option ticked, meaning they get a main chat full of spam. ???
Quote from: Pothead on 17 October, 2006, 02:22:10
And not everybody has that option ticked, meaning they get a main chat full of spam. ???
I think that it is clicked by default...
By default in DC++ ... but here is not only DC++ ::)
Automatically follow redirects is also ticked by default. Doesn't mean people don't change it. :)
Quote from: PPK on 17 October, 2006, 11:48:10
By default in DC++ ... but here is not only DC++ ::)
So why not implement a $UserCmd and a $StatusBar along with the proper $Supports feature in PtokaX and CZDC++?
I'd love to help setting it up. Its specification I mean.. ;)