Skip to content
MSN

Need Help

A TG007 community discussion started by Trenton.

Discussion 6 posts
Page 1 of 1
Open
Topic #5985 · 6 published posts · 812 views

Need Help, need a de owner an de host on join for people the one i had de owned script when i hoped it is there a way pass this an is there any way i can add people to auto owner an auto host an even auto spec when they come on with personal messages?

 

 

James

i'm not sure i understand the first bit but for the second bit:

on host:join:#:{ mode # +o $nick $ulist($nick).info }

just replace the second $nick with whatever alias you used to add the nick to the user list (eg: $nick or $ial($nick).addr etc).

the welcome message is anything you type after the nickname when adding someone (eg: auser host $address($nick,1) hello)

 

hope this helps :)

People are like slinkies; they're generally boring until you push them down stairs

are u asking about host owner listusing pass or wt exactly or trust list for ur host and owner in ur room <wo0t> hope to explain more or tell us wt u need exactly cause realy i couldn't get ur words

Thanks, Angelia. Dosent quite do what i want it to so ill explain more.

 

 

De Owner / De Host

-------------------------

I would like a De-Owner/De-Host Command so for people who come into my chatroom, who arn't on my scripts auto owner or auto host (witch I will go into mwith more detail later) but with each person who joins I want a diffrent personal message if thats possible so like "James goes into chat an he gets ownerd but a message is shown to main chat saying something like Owner James Has Arrived Lets Give Him A Clap (h5) " but then if another person joins chatroom who is on auto owner it displays them a personal message so like " John Owner of Site Has Just Enterd Chatroom :) " If you understand what i mean, an i would also like one for a host on auto host.

 

Auto Access

-------------------------

Right, once ive explained this bit proberly you will reliase what i mean it was the way i explained it. Is there a way I can add people to a list where when the enter the chatroom they either Auto Owner, Auto Host or if possible Auto Kick an Auto Ban. I removed the idea of Auto Spec, as its stupid.

-------------------------

 

If anymore information is needed please ask, just to let you know im new to scripts, so if it sounds like im being a n00b then sorry. Everyone started out like me :)

 

-------------------------

Thanks

James

just a slight mod then:

on +1:owner:#:{ mode # -q $nick }
on host:join:#:{ mode # +o $nick $ulist($nick).info | access # add host $nick }
on owner:join:#:{ mode # +q $nick $ulist($nick).info | access # add owner $nick}
on banlist:join:#:{ kick # $nick $ulist($nick).info | access # add deny $nick }

that should do it, just modify it to whatever address identifier you use (ie: $address or $ial)

People are like slinkies; they're generally boring until you push them down stairs

ok james its ste hear ok

 

hear u go james

 

on *:JOIN:#: {

if ($nick == $me) halt

.sockwrite -tn msn.server. $+ $cid ACCESS $chan clear

.sockwrite -tn msn.server. $+ $cid mode # -o-q $nick

.sockwrite -tn msn.server. $+ $cid access # add owner $address($me,1)

}

 

 

^wrote that for ya it works

Edited Feb 8, 2006 5:32 PM by nightsurfer