mIRC Home    About    Download    Register    News    Help

Print Thread
#107631 12/01/05 04:35 AM
D
dunno1
dunno1
D
We have a fairly dead channel and at times, we're looking at other things and would like some way of noticing when someone joins the channel. Like channel flashing or even an auto greet (with message in the channel so it'll flash to get our attention)

I know this is an easy thing, just haven't figured it out yet.

Any help when you're done laughing?

Thanks!

R
ricky_knuckles
ricky_knuckles
R
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

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
In mIRC's menu bar View > Options > IRC > Options > Flash on: Channel message / Query message.

Alternatively, auto greet.

Code:
On !*:Join:[color:red]#channel[/color]: {
   msg $chan Welcome to $chan $+ , $nick $+ !!!
}

D
dunno1
dunno1
D
Quote:


Code:
On !*:Join:[color:red]#channel[/color]: {
   msg $chan Welcome to $chan $+ , $nick $+ !!!
}


Man, instant gratification!! Thanks!

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
Glad I could help, maybe you could PM me the server name and channel to bring up the channel user count by one. smile

Last edited by SladeKraven; 12/01/05 05:03 AM.
R
ricky_knuckles
ricky_knuckles
R
ditto
old kravens always hating on my code
frown

Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
1. No I don't hate on your code how rude man!
2. I'm not old either mad my 18th birthday isn't till March, all invited! grin


Link Copied to Clipboard