Skip to content
General IRCd

On Join codeing

A TG007 community discussion started by Nsw_Grant.

Closed discussion 6 posts
Page 1 of 1
Closed
Topic #2170 · 6 published posts · 1,908 views

 

 

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

 

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

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

I reply to this msg within a year!

:) - I can't keep still :D

out coded by a woman... sniffles

thats maria for ya

banner by ozzy

I assume that you're a guide on your chatserver , so you might can use

 

privmsg $nick blabla

privmsg $nick blabla

 

if you're a guide they can't ignore your whisper.

Pomperom