I need help in a line here.
function NewUserConnected(user)
if (not strfind(user.sMyInfoString,"<++")) or (not strfind(user.sMyInfoString,"if (sYNDcPlusOnly == "1") then
SendToNick(user.sName, "<" ..sBot.."> Voc? est? possivelmente a usar uma vers?o do DC++ n?o reconhecida ou n?o autorizada, pegue uma vers?o oficial do cliente DC++, --> http://dcplusplus.sourceforge.net")
SendToNick(user.sName, "<" ..sBot.."> Desconectado..")
if (sYNRedirects == "0") then
user:Disconnect()
end
I think this is not working.. Heh. could u help me ? these lines are from robocop, just want 2 include the new oDC TAG there..
TkS
don't try to modify robocop by your own, ask optimus to add the new oDC tag. Maybe he's already finished with it... search for the latest version - currently v6.0 I think
I think it's like this...
function NewUserConnected(user)
if not (strfind(user.sMyInfoString,"<++")) or (strfind(user.sMyInfoString,"
hmm im not to sure but yep i think maybe optimus right something like
if not (strfind(user.sMyInfoString,"<++")) or (strfind(user.sMyInfoString,"
I'll give it a shot when i get home, Thank U :)
--> no working 4 me :(
Hi,
please try this:
Quoteif not (strfind(user.sMyInfoString,"<++") or strfind(user.sMyInfoString,"
(only difference is a pair of brackets around the two terms)
Works for me :]
Hope it helps you with your script.
Yokozuna
QuoteOriginally posted by Yokozuna
Hi,
please try this:
Quoteif not (strfind(user.sMyInfoString,"<++") or strfind(user.sMyInfoString,"
(only difference is a pair of brackets around the two terms)
Works for me :]
Hope it helps you with your script.
Yokozuna
Wee :) worked fine.. TkS Yokozuna, TkS All