Top

Join-Welcome Notice


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  2.0
Scores Submitted  1
Date Added  Jul 30, 2007
Last Updated  Aug 29, 2007
Tags  hop  join  notice  noumero  part  script  welcome 
  Bookmark and Share

Introduction

This code will welcome&goodbye the user that join and part the channel you have added.It's very simple and usefull.Only the user that join or part the channel can see it.To add a channel,just replace the word #channel with your channel name.For each channel you can diferent messages
Copy the code(ctrl+c)open mIRC hit Alt+R,create new remote file and paste(ctrl+v) the code



Grab the Code

Comments

  (19)  RSS
Anti
Comments: 305
 
mIRC Snippet:  Join-Welcome Notice
Posted on Jul 30, 2007 5:39 pm
Do you mind me saying that is mostly advertising i dont even want to try it.

Great effort :)
NouMeRo
Comments: 26
 
mIRC Snippet:  Join-Welcome Notice
Posted on Jul 30, 2007 6:04 pm
Do you make fun of me or just talking seriously ?
Anti
Comments: 305
 
mIRC Snippet:  Join-Welcome Notice
Posted on Jul 30, 2007 6:06 pm
Im serious that\'s like advertising some script or something, i did put great effort i wasnt to harsh i hope :)
NouMeRo
Comments: 26
 
mIRC Snippet:  Join-Welcome Notice
Posted on Jul 30, 2007 6:09 pm
aa ok thx for your comment.This code was in my script i didn\'t want to advertise any script at all ;p
Anti
Comments: 305
 
mIRC Snippet:  Join-Welcome Notice
Posted on Jul 30, 2007 6:13 pm
ah there you go now it\'s kool :)
NouMeRo
Comments: 26
 
mIRC Snippet:  Join-Welcome Notice
Posted on Jul 30, 2007 6:25 pm
ok ;p ty again
|MELIORITE|
Comments: 144
 
mIRC Snippet:  Join-Welcome Notice
Posted on Jul 30, 2007 10:35 pm
Notices are good because they avoid clogging the channel each time a person joins- You could develop this code by creating a channel entry list which would avoid writing new lines for each entry and part
NouMeRo
Comments: 26
 
mIRC Snippet:  Join-Welcome Notice
Posted on Jul 31, 2007 6:24 am
ok i will look it up...;p
zad0909
Comments: 14
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 1, 2007 1:12 pm
I cant get it to work maybe I am doing it wrong.
I amde a file and inputed it into your code with the \"file name here.\"

And copied all the joins and welcomeing stuff etc into the file. I placed all the stuff above it into remote. when i tried it I got:
* /load: insufficient parameters
* /load: insufficient parameters

What Am i doing wrong?
NouMeRo
Comments: 26
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 1, 2007 4:13 pm
**
I hope this snapshot will help you.
*Make sure that you have replaced the (file name) as shown in picture with your new remote file.
Then go to popups in channel or menu bar
copy and paste this code and make sure that you replace you file name!

-
* Auto Join-Welcome Notice *
.On:/load -rs (Your File Name).mrc | echo @Help 8,10 Join-Part Notice On
.Off:/unload -rs (Your file name).mrc | echo @Help 8,10 Join-Part Notice OFF
.Add channels :/run $mircdirYourfile name.mrc

zad0909
Comments: 14
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 2, 2007 8:31 am
How do you save it in the mrc format. For some reason I cant. I\'ll select it in the save as thing. Then it saves as just a file.
NouMeRo
Comments: 26
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 2, 2007 9:04 am

Follow the steps as shown in picture.
Make sure that you save your file directly in your mirc directory
NouMeRo
Comments: 26
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 2, 2007 11:16 am
tell me if it works for you ;p
zad0909
Comments: 14
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 2, 2007 2:25 pm
YAh. It did thanks a lot man. I got it working now.
Soresser
Comments: 5
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 3, 2007 7:23 pm
Why 8 time this:
on !*:JOIN:#channel: .notice $nick 7 $nick Welcome to #channel 11 Have a nice 7 Chat

If you can do this 1 time:
on !*:JOIN:#: .notice $nick 7 $nick Welcome to $chan 11 Have a nice 7 Chat

Same as for PART =\\

This scripts look like its mostly made for advertise.

Just paste this in remote and you are done:


on !*:JOIN:#: .notice $nick 7 $nick Welcome to $chan 11 Have a nice 7 Chat

on !*:PART:#: .notice $nick 7 $nick You left from $chan 11 cu 7 later

(I\'m sorry but this is you\'r whole script... just 2 rules =\\)
napa182
Comments: 1,006
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 3, 2007 9:33 pm
Yes I would have to agree with Soresser on that. You Could Try This.
Code:
menu * {
  .Greet
  ..Set Greet Chan: { set %greetchan $?=\"Enter Channel. i.e. #scripts\" | echo -a Greet Channel Is Now Set As %greetchan  }
  ..Turn Greet On: { set %greet on | echo -a Greet Is Now On In Channel %greetchan  }
  ..Turn Greet Off: { unset %greet | echo -a Greet Is Now Off  }
}
on *:load: {
  echo 4 -a  NouMeRo Join-Part Notice Has been loaded.
  echo 4 -a Author: NouMeRo
  echo 4 -a In case of bugs please e-mail me at
  echo 4 -a  vaggelakhs@hotmail.com
  echo 4 -a NouMeRo Site @http://www.noumero.tk
  echo 4 -a Download NouMeRo English Script Edition @ 
  echo 4 -a           www.noumero.tk
}
on !*:JOIN:%greetchan: {
  if (%greet == on) { .notice $nick 7 $nick Welcome to %greetchan 11 Have a nice 7 Chat }
}
on !*:PART:%greetchan: {
  if (%greet == on) { .notice $nick 7 $nick You left from %greetchan 11 cu 7 later }
}
NouMeRo
Comments: 26
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 4, 2007 12:32 am
you are right guys thank u a lot ;p
mountaindew
Comments: 1,548
 
mIRC Snippet:  Join-Welcome Notice
Posted on Aug 28, 2007 8:20 pm
[quote:de15dadbd7=\"Anti\"]Do you mind me saying that is mostly advertising i dont even want to try it.

Great effort :)

i kinda have to agree with anti, this script seems mostly to be for advertising, and it is kinda pointless :/ , you have some other great scripts, but i dont think it\'s necessary for this one, only like half the script is code...
mountaindew
Comments: 1,548
 
mIRC Snippet:  Join-Welcome Notice
Posted on Sep 1, 2007 10:06 am
when you do

Code:

  if (%greet == on) { .notice $nick 7 $nick Welcome to %greetchan 11 Have a nice 7 Chat }

you can do
Code:

  if (%greet == on) .notice $nick 7 $nick Welcome to %greetchan 11 Have a nice 7 Chat

Please Register or Login to start posting comments.
Bottom