mIRC Home    About    Download    Register    News    Help

Print Thread
#107631 12/01/05 04:35 AM
Joined: Jan 2005
Posts: 2
D
dunno1 Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Jan 2005
Posts: 2
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!

Joined: Nov 2004
Posts: 332
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Nov 2004
Posts: 332
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.
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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 $+ !!!
}

Joined: Jan 2005
Posts: 2
D
dunno1 Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Jan 2005
Posts: 2
Quote:


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


Man, instant gratification!! Thanks!

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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.
Joined: Nov 2004
Posts: 332
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Nov 2004
Posts: 332
ditto
old kravens always hating on my code
frown


The Kodokan will move you, one way or another.
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
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