you ??
wait??
ok hard to follow what you meant
dont feel bad you have to start somewhere
im a newb and im glad to help
i think what you are looking for is when someone joins you greet them automatically and possibly a notification
ok
find your scripts editor and go to remotes
or hold alt and hit r
the enter this line
---------------------------------code-----------------------------------
on !*:join:#:{ msg $chan welcome $nick }
---------------------------------code----------------------------------
the end result of this is when someone joins it says welcome <whatever their name is>
as for notification i think in options you can set what it beeps for if u want go ahead and set it for any text
another thing you can do is use a script that msgs you when someone joins
enter this in the same place
---------------------------------code------------------------------------
on !*:join:#:{ msg $me $nick has joined $chan }
----------------------------------code----------------------------------
and i think that will do it
if u need anything else go ahead and reply or pm me


The Kodokan will move you, one way or another.