Are You There Message??

By destind dule on Nov 11, 2006

I have updates this code due to poor comments and ratings. I got a comment from someone suggesting something and i thought i was neat so i would like to thank him! It's pretty basic.. What you do is type !areyouthere and it send the message u typed to the person!

on *:TEXT:!areyouthere *:#:{
notice $nick 8,1The message: $3- has been sent!
notice $nick 4,1Please wait for a reply 

notice $$2 9,1Hey $2 $+ , are you there? 
notice $$2 8,1 $nick is talking to you in $chan and sent you the message: $3- 
}

Comments

Sign in to comment.
petrillo2000   -  Nov 27, 2006

i cant get this to work could anyone help me plz were do i paste this into my remotes?

 Respond  
SyntaxIRC   -  Nov 24, 2006

Sorry to say, but, it\'s not very useful. It\'s too simple that it\'s like beeping someone someone or just typing /notice nick you there?

Try and add something to it that would make it more useful.

 Respond  
destind dule   -  Nov 12, 2006

Well this is so when a perosn is not responding it will send a messgae to them saying \"Hello Are you there??\"

I think it is usefull!

 Respond  
ZabuzaMomochi   -  Nov 11, 2006

some revisions to your code:

on *:TEXT:!Message *:#:{
  notice $nick 8,1The message: $3- has been sent!
  notice $nick 4,1Please wait for a reply 
  notice $$2 9,1Hey $2 $+ , are you there? 
notice $$2 8,1 $nick is talking to you in $chan and sent you the message: $3- 
}

So people can type !Message thenick themessage and it will message the person with the message the person put.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.