mIRC Home    About    Download    Register    News    Help

Print Thread
#44575 28/08/03 04:24 AM
Joined: Aug 2003
Posts: 73
D
Babel fish
OP Offline
Babel fish
D
Joined: Aug 2003
Posts: 73
Can any1 tell me how i do a welcome msg for serton ppl like if they have a tag on ( {]TDN[} ) so if u know how can u tell me plz. confused

Thx


IRC (Idiots Relay Chat) :tongue:

{]TDN[}Deadly-Sin
#44576 28/08/03 04:30 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
To add these people to your userlist manually:

Code:
/guser GREETEM $nick 3


or in a popup:

Code:
menu nicklist {
  add greet:.guser GREETEM $$1 3
}


Or if you meant "if {]TDN[} is part of their nick" then use

Code:
/auser GREETEM *{]TDN[}*!*@*


Then in your remotes:

Code:
on @*:JOIN:[color:blue]#channelname[/color]: {
  .msg $nick [color:blue]your greeting goes here[/color]
}


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#44577 28/08/03 06:42 AM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
Code:
on *:JOIN:#channelname: {
  if ( *{]TDN[}* iswm $nick ) msg $nick your greeting goes here
}


Code:
//if ( khaled isgod ) echo yes | else echo no

Link Copied to Clipboard