HEY ALL Hows it going ![]()
well i have codeing here for my welcome bot Right in Helpdesk on my Ircd Ircx Chat server Now i want it coded so when some one joins you dont see what the welcome bot says all time casue now this codeing i use when some one joins helpdesk you see the righting from welcome bot everytime thanks
#chathelp on
on *:JOIN:#: {
/mode # -v $nick
/msg $nick $nick Hi $nick $+ , welcome to Wcn 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.
/msg $nick $nick Wcn chat network terms of use termsofuse please read all rules on this network
/msg $nick $nick Wcn chat network is bringing out Wcn groups very soon groups
/msg $nick $nick For Wcn chat network commands type in @Help
}
#chathelp end