mIRC Homepage
Posted By: dunno1 Join Channel message/flash - 12/01/05 04:35 AM
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!
Posted By: ricky_knuckles Re: Join Channel message/flash - 12/01/05 04:43 AM
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
Posted By: SladeKraven Re: Join Channel message/flash - 12/01/05 04:44 AM
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 $+ !!!
}
Posted By: dunno1 Re: Join Channel message/flash - 12/01/05 05:00 AM
Quote:


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


Man, instant gratification!! Thanks!
Posted By: SladeKraven Re: Join Channel message/flash - 12/01/05 05:01 AM
Glad I could help, maybe you could PM me the server name and channel to bring up the channel user count by one. smile
Posted By: ricky_knuckles Re: Join Channel message/flash - 12/01/05 09:01 AM
ditto
old kravens always hating on my code
frown
Posted By: SladeKraven Re: Join Channel message/flash - 12/01/05 09:47 AM
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
© mIRC Discussion Forums