PtokaX forum

PtokaX => FAQ section => Topic started by: mastodonto on 24 May, 2005, 10:23:32

Title: disabled search command
Post by: mastodonto on 24 May, 2005, 10:23:32
hi,
maybe stupid problem, but i still cannot disable search command..
in deflood options i chose "disabled" for "search" but..
i restarted the hub, but search is still working (!stat>Search commands: 1304 x).
is any way how to disable search command?
thx all! *tom
Title:
Post by: Dessamator on 24 May, 2005, 13:39:25
thats search deflood , it is supposed to decrease or stop search flood, it wont disable normal searches, u can do that by scripts .

something like:

function SearchArrival(user,data)
return 1
end
Title:
Post by: mastodonto on 24 May, 2005, 15:12:53
whow, thx a lot!

1) is it possible to send PM or main chat message like "search is disabled" from hub-bot?
2) is this variant blocking search or doing it invisible?

sorry me, but i don't understand lua script a lot..
thx for your ideas  ;)
Title:
Post by: jiten on 24 May, 2005, 15:29:14
QuoteOriginally posted by mastodonto
whow, thx a lot!

1) is it possible to send PM or main chat message like "search is disabled" from hub-bot?
2) is this variant blocking search or doing it invisible?

sorry me, but i don't understand lua script a lot..
thx for your ideas  ;)
It blocks the searches.
Here it goes:
function SearchArrival(user,data)
user:SendData(frmHub:GetHubBotName(),"Search is disabled.")
return 1
end
Best regards
Title:
Post by: mastodonto on 24 May, 2005, 16:04:43
thank you thank you thank you!  :))
Title:
Post by: mastodonto on 24 May, 2005, 17:53:29
ups, is it possible that search command is still running with script you wrote? i did a script file exactly from your lines, but in !stat view a number of searches rose up from 1800 to 2000.. i don't know a reason..
but good news is that message from script is shown in main chat, but only every 10 minutes, it's strange..
in deflood option are "search" and "same searches" disabled..
any ideas? *tom