Hi there all
Well ok i have a welcome bot in the helpdesk of my service now when some one Joins its says things like msn helpdesk does and all that But i need it right so when some one Joins all people dont keep seeing it in the webchat chan there only the user that joins sees it this codeing i have
#chathelp on
on *:JOIN:#: {
/mode # -v $nick
.ctcprepy $chan TIME Hi $nick $+ , welcome to os HelpDesk. There are $nick(#,0,-v) people waiting to be helped. Your estimated waiting time is $calc($nick(#,0) - $nick(#,0,q) - $nick(#,0,o) - $nick(#,0,v) * 2) minutes.
.ctcprepy $chan TIME os chat network terms of use termsofuse please read all rules on this network
.ctcprepy $chan TIME os chat network is bringing out Wcn groups very soon groups
.ctcprepy $chan TIME For os chat network commands type in @Help
}
Ps if you no what to do please re right that so it does what i need and post back here thanks