Jump to content

On Join codeing


Guest Nsw_Grant

Recommended Posts

Guest Nsw_Grant

 

 

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

 

Link to comment
Share on other sites

remove the .ctcprepy $chan TIME replace with /.ctcpreply $nick TIME if u want it all in one time reply use 
 before each message. that might work , i hope huh.gif

Link to comment
Share on other sites

cant use 
 in IRCd Only works in Msn Chat

 

 

on *:JOIN:#: {

.ctcpreply $nick TIME messages

.ctcpreply $nick TIME messages

.ctcpreply $nick TIME messages

 

if you have to many messages all at 1 time they may mess the order up so you may want to use /timers smile.gif

Link to comment
Share on other sites

  • 3 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...