Skip to content
MSN

My script add denies on join can anyone stop it ?

A TG007 community discussion started by bonTy.

Discussion 17 posts
Page 1 of 1
Open
Topic #3831 · 17 published posts · 787 views

Hey guys ,

I've a small problem that my room onjoin has a link

and one of my friends script has ctcp with a link as well

so my script trying to ban both like that

*** Topic is 'MSN Arabia Team®'

[15:46:26] : ÊÃÖáæÇ áÒíÇÑÉ ãäÊÃí ÇáÚÞÇÈ
http://www.alokab.com/forums/

(DeHost-Action)  Toy Soldier Has De-Opd  Leopard 

(Owner-Action)  Toy Soldier Has Made  Leopard  An Owner

(Owner-Action) Cobra_Bot Has Made  Leopard  An Owner

(Text)(Owner)  Toy Soldier : welcome Owner  LεοÃ?αrd  (f)

(ctcpreply:Time) -Cobra_Bot:- TIME 
ÊÃÖáæÇ áÒíÇÑÉ ãäÊÃí ÇáÚÞÇÈ
http://www.alokab.com/forums/

(Owner-Action) HACKERS Has Made  Leopard  An Owner

* Couldn't do the command, duplicate access entry

(Access)  Leopard  added deny access: 15!*@*$* indefinitely

(Access)  Leopard  added deny access: 1440!*@*$* indefinitely

* Couldn't do the command, duplicate access entry

* Couldn't do the command, duplicate access entry

* Couldn't do the command, duplicate access entry

%#G_Palestines No such nick/channel

-

%#G_Palestines No such nick/channel

-

deny Bad command

deny Bad command

-

Cobra_Bot No such channel

-

Thanks in advance

I dont no what that adding deny to 15 is i guess thats what the ban time is supposed to be? for onjoin link i think if ($nick == $chan) { halt } might work

Gazzy thanks so much Its fixed now the 1440 was the time for adverting kick

the 15 was a ban time for the blank character in the room onjoin




now its fixed ty and thanks for a another friend helps me as well

Edited Jun 17, 2005 4:58 PM by bonTy

Ok the 1st problem solved now there is another problem which is

I try to ban my friend script onjoin

here is wat I get in the status when I join the room

deny Bad command

deny Bad command

-

Cobra_Bot No such channel

and thats what cobra do to my script when I join

(DeHost-Action) Cobra_Bot Has De-Opd    Leopard  

(Owner-Action) Cobra_Bot Has Made    Leopard   An Owner

(ctcpreply:Time) -Cobra_Bot:- TIME http://www.alokab.com/forums/

 

Any ideas what may cause that ?

Thanks

access $chan add deny $nick 15

 

or from popups

 

access $chan add deny $$1 15

My code does NOT have bugs. It just develops random features.

I dont really know what your talking about lol give a little more info are you using a script kicker to try and ban him onjoin?

 

Hi Ozzy for your reply , I don't know wat are you talking about lol

For Gazzy

The problem is Cobra_bot is a script and owner in my room

And there is another scripts as well

I do get this when I join the room

-

deny Bad command

Cobra_Bot No such channel

-

So I was asking why my script saying deny bad command and why saying Cobra no such channel

I hope that is a good explantion

Thanks!

because what ever ban its trying to do is wrong

 

deny Bad command <-- wrongly formatted deny

Cobra_Bot No such channel <-- trying to use nick as chan name in the ban

 

 

thats why i posted the

 

access $chan add deny $nick 15

 

or from popups

 

access $chan add deny $$1 15

 

to show you the correct format , cause it looks like ya trying to ban someone when you join the room

My code does NOT have bugs. It just develops random features.

Well Ozzy I think am not getting what u want me to do exactly or what the code will do ,

I add the code in popus just like u post it

now I see it in my menu as an inactive one

access add %#G_Roomname add deny

just like that

so what does that mean ?

or u mean that there is a code with this formate causes this problem ?

Edited Jun 18, 2005 12:10 AM by bonTy

Can anyone help me ?

or maybe Explain wat does Ozzy means

and what to do exactly coze I am lost ^o)

do a search in your script for :join:

and check each one to see if its a deny and if that would be doing it

My code does NOT have bugs. It just develops random features.

I've many :join:

and all of them halts owners however with if $nick isowner halt or by Script Trust list and most of them are off already

and all of them are on others join not on $me ..

and I did a test it only happened when I get Cobra_Bot ctcp when he closed it off

I dont get that and works fine only if his ctcp is on

-

deny Bad command

-

Cobra_Bot No such channel

-

only when he turns it on

I dono what code may do that ?

anyideas ?

thats his ctcp

(ctcpreply:Time) -Cobra_Bot:- TIME http://www.alokab.com/forums/

 

its for spamming then

lol

he has a link

My code does NOT have bugs. It just develops random features.

lol ok:P

Will you please tell me how to halt him ?

This is my spamming code !!

on @*:text:*www.*:#: { 
 var %s = $strip($1-) 
 if ($nick isowner $chan) || ($nick isop $chan) || (*.rm* iswm %s) || (*.ram* iswm %s) || (*.mp3* iswm %s) || (*.smil* iswm %s) || ($nick == $chan) halt
 kick # $nick |[ No Advertising ]| |[ 24 hours ban ]| 
 access # add deny $address($nick,1) 1440 
}

Have three on event text and action and notice same code

Edited Jun 18, 2005 12:33 PM by bonTy

 if ($nick == Cobra_Bot) return 

something like that should solve the problem.

TGK ,

Thanks for your try but it didnt work !!

I still get the same deny bad command and the no such nick

Okay now after alot of testing I figured out which code doing this

#timetalk on
on *:ctcpreply:*TIME*: { if ($nick isowner $chan) || ($nick isop $chan) halt 
 access $chan add deny $address($nick,1) 5 
 kick $chan $nick No Time Talking (Access ban set for 5 minutes) 
}
#timetalk end

I used if ($nick == Cobra_bot) return and it works I don't get the error anymore

and I know now how to halt of my friends

Thanks TGK, Ozzy10 and all who helped

Thanks again very much

Edited Jun 18, 2005 3:00 PM by bonTy