BuxXray   -  Apr 02, 2014

I need help,

how can i make a random questions..

example :

questions :

who are you? : answer Lol
How are you? : answer fine

when it randomize ' How are you' .. how can I add the answer Fine There??

pls. I need help

blessing  -  Apr 03, 2014

You want to answer question automatically with your preset answer, right?
Try use hawkee search with keyword "bot talk"

on *:TEXT:*:*:{
var %target $iif(#,#,$nick)
if who are you* iswm $1- { msg %target Lol }
if how are you* iswm $1- { msg %target fine }
}
BuxXray  -  Apr 03, 2014

Am I doing it Right :

on :TEXT: !challenge:#:{
var %target $iif(#,#,$nick)
if Challege : What Term does URL stands?
iswm $1- { msg %target Uniform Track Locator }
if how are you* iswm $1- { msg %target fine }
}

btw thx :)

blessing  -  Apr 03, 2014

I have no idea what you're trying to do. You should explain in more detail.
I assume you want to send msg to #channel, so var %target is not necessary.

on *:TEXT:!challenge*:#:{
  if *what term does url stands?* iswm $1- { msg # Uniform Track Locator }
}
Sign in to comment

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.