Skip to content
MSN

Bot Talk.

A TG007 community discussion started by taylorlvr22.

Discussion 8 posts
Page 1 of 1
Open
Topic #5139 · 8 published posts · 616 views

Is there a way to have like bot talk in a whisper? Thanks.

Yes there is.

 

on *:text:Hello:?:msg $nick Hello, how are you?

 

*edit: I use this as "whisper catch"

on *:text:*:?:{
 inc -u60 %whisp. [ $+ [ $nick ] ]
 if (%whisp. [ $+ [ $nick ] ] == 1) msg $nick Whispering me is not very useful, because I am just a dumb bot.
 elseif (%whisp. [ $+ [ $nick ] ] == 2) msg $nick Didn't you read the first message? 
 elseif (%whisp. [ $+ [ $nick ] ] == 3) msg $nick Well $nick $+ , you are a bit hard headed. Whispering to me is of no use.
 elseif (%whisp. [ $+ [ $nick ] ] == 4) msg $nick :|
 elseif (%whisp. [ $+ [ $nick ] ] == 5) msg $nick :|:|
 elseif (%whisp. [ $+ [ $nick ] ] == 6) msg $nick Ok. You win.
 elseif (%whisp. [ $+ [ $nick ] ] == 7) msg $nick You won the contest "Who is more stupid than the bot?"
 elseif (%whisp. [ $+ [ $nick ] ] < 10) msg $nick :-#
 elseif (%whisp. [ $+ [ $nick ] ] < 13) msg $nick :-# :-#
 elseif (%whisp. [ $+ [ $nick ] ] < 16) msg $nick :-# :-# :-#
 elseif (%whisp. [ $+ [ $nick ] ] = 16) msg $nick I have had it with you :s:s:s
 elseif (%whisp. [ $+ [ $nick ] ] = 20) msg $comchan($nick,1) 
 $+ $nick whispered me for 20 times $&
   without getting a non-automatic response 
Is that Stupid or what??? :s:s:s
 echo -st Whisper from $nick : $1-
 .timerwhisp $+ $nick 1 2 window -c $nick 
} 

Edited Nov 5, 2005 9:26 PM by Pete®tje

Yes there is.

 

on *:text:Hello:?:msg $nick Hello, how are you?

 

*edit: I use this as "whisper catch"

on *:text:*:?:{
 inc -u60 %whisp. [ $+ [ $nick ] ]
 if (%whisp. [ $+ [ $nick ] ] == 1) msg $nick Whispering me is not very useful, because I am just a dumb bot.
 elseif (%whisp. [ $+ [ $nick ] ] == 2) msg $nick Didn't you read the first message? 
 elseif (%whisp. [ $+ [ $nick ] ] == 3) msg $nick Well $nick $+ , you are a bit hard headed. Whispering to me is of no use.
 elseif (%whisp. [ $+ [ $nick ] ] == 4) msg $nick :|
 elseif (%whisp. [ $+ [ $nick ] ] == 5) msg $nick :|:|
 elseif (%whisp. [ $+ [ $nick ] ] == 6) msg $nick Ok. You win.
 elseif (%whisp. [ $+ [ $nick ] ] == 7) msg $nick You won the contest "Who is more stupid than the bot?"
 elseif (%whisp. [ $+ [ $nick ] ] < 10) msg $nick :-#
 elseif (%whisp. [ $+ [ $nick ] ] < 13) msg $nick :-# :-#
 elseif (%whisp. [ $+ [ $nick ] ] < 16) msg $nick :-# :-# :-#
 elseif (%whisp. [ $+ [ $nick ] ] = 16) msg $nick I have had it with you :s:s:s
 elseif (%whisp. [ $+ [ $nick ] ] = 20) msg $comchan($nick,1) 
 $+ $nick whispered me for 20 times $&
   without getting a non-automatic response 
Is that Stupid or what??? :s:s:s
 echo -st Whisper from $nick : $1-
 .timerwhisp $+ $nick 1 2 window -c $nick 
} 

 

 

thanks, where do i put it?

In remote.

Open script editor (Alt-R), do File - New from menu and paste the code there.

In remote.

Open script editor (Alt-R), do File - New from menu and paste the code there.

Thanks. Now i need another code sorry .

 

But when somebody specs a person, can i have an option like this

 

When a host spectators a person , a whisper is sent saying this:

 

I hope the host (hosts name) Was able to help you.

 

Thanks.

on *:devoice:#:if ($nick isop #) msg $vnick I hope the host $nick was able to help you

on *:devoice:#:if ($nick isop #) msg $vnick I hope the host $nick was able to help you

 

Wow, Thanks a lot! Your great :)

 

There is one more code, sorry if i am asking too much on this.

 

This is a big code so i wont be surprised if it takes awhile:

 

A person Joins this message:

 

Hi there. There are currently (# of people waiting to get help) , and then have somehow a calculation for every host it'll take 2 minutes per user. But don't count the hosts that are AWAY. so it'll say this.

 

Hi There. There are currently X amount of people waiting in line. You should be helped in approximently X Mins.

Thanks so much.

 

 

 

Small addons or a few oneliners are never a problem. I am not going to write some helpdesk script. Too much work. Did you check the downloads here already? I think I saw one there.