Skip to content
General IRCX

Re Welcome Bot codeing

A TG007 community discussion started by Nsw_Grant.

Discussion 3 posts
Page 1 of 1
Open
Topic #1972 · 3 published posts · 1,437 views

HEY ALL Hows it going notworking.gif

 

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

Edited Nov 22, 2004 2:18 PM by OZZY_10â„¢

to fix that, change /msg to .msg

alter it to whisper on join or if you dont want to do it set it to /privmsg if that still works. im an old scripter oops.gif lmao