I need an guest welcome message, thanks for the help in the advance.![]()
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
A TG007 community discussion started by Molson™.
I need an guest welcome message, thanks for the help in the advance.![]()
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
on *:join:#: msg $nick Welcome to this place.
Short, but I think thats what I used at some time, to msg everyone who joined.
Yeah that would message everyone who joins, but I want it to message just guests.![]()
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
i hant used msn main for a long time, i thought they would have done away with guests by now.
Well the chat I used, still has new chatters coming in. so they are guests.
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
ohhh ![]()
on *:JOIN:* {
if (> isin $nick) { msg $nick Message Here }
}
u can give a try with dat code ![]()
Devil, that would welcome them if they started a query/dcc chat too...
on *:join:#:{
if (>* iswm $nick) { msg $nick Welcome, $replace($nick,>,Guest_) }
}
Thanks for your help Cleric ![]()
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
Sign in to reply or start a new topic where your account has permission.