Help i have Searched alot for auto talking BOT but its not possible for me to find... let me know that Auto talking bot Auto talking mean if someone as my bot how are u my bot answer him/her Thanks $nick i am fine, What About you,... liek this many auto answering... he should give,,
& one thing else if you can please Give me a Small TCL which work by anyone on those Segments
!Slaps *demond* The BOT Shuold Slap him
!Winks *demond*
!Hugs *demond*
many more i wana add my self just tell me with all details Thanks for beging Kind....
Regards.
No matches were found for bmotion.
Dear it is not findable,,,,,,,,,,
leave Auto talking BOT can U Give me The other One Which I asked under AUTO BOT , talking
---------------------------------------
& one thing else if you can please Give me a Small TCL which work by anyone on those Segments
!Slaps *demond* The BOT Shuold Slap him
!Winks *demond*
!Hugs *demond*
many more i wana add my self just tell me with all details Thanks for beging Kind....
Regards.
-----------------------------------------
This One Regards
Thanhas wrote:No matches were found for bmotion.
Dear it is not findable,,,,,,,,,,
leave Auto talking BOT can U Give me The other One Which I asked under AUTO BOT , talking
---------------------------------------
& one thing else if you can please Give me a Small TCL which work by anyone on those Segments
!Slaps *demond* The BOT Shuold Slap him
!Winks *demond*
!Hugs *demond*
many more i wana add my self just tell me with all details Thanks for beging Kind....
Regards.
-----------------------------------------
This One Regards
---------------------------------------
& one thing else if you can please Give me a Small TCL which work by anyone on those Segments
!Slaps *demond* The BOT Shuold Slap him
!Winks *demond*
!Hugs *demond*
many more i wana add my self just tell me with all details Thanks for beging Kind....
Regards.
-----------------------------------------
bind pub - !slap slapproc
proc slapproc {nick uhost hand chan text} {
set text [split $text]
if {$text == ""} {
puthelp "PRIVMSG $chan :Slap who? Or did you want me to slap YOU, $nick?"
} elseif {[onchan $text $chan]} {
puthelp "PRIVMSG $chan :\001ACTION slaps $text \001"
} else {
puthelp "PRIVMSG $chan :No one here by that name!"
}
}
bind pub - !slap slapproc
proc slapproc {nick uhost hand chan text} {
set text [split $text]
if {$text == ""} {
puthelp "PRIVMSG $chan :Slap who? Or did you want me to slap YOU, $nick?"
} elseif {[onchan $text $chan]} {
puthelp "PRIVMSG $chan :\001ACTION slaps $text \001"
} else {
puthelp "PRIVMSG $chan :No one here by that name!"
}
}
Should work, didn't test.
This word really good but i need Same !hugs !kik !kiss !love !hate !push etc etc tell me a Exp: i will make Others my self )) Thanks rosc2112
ReGards
bind pub - !hugs hugsproc
proc hugsproc {nick uhost hand chan text} {
set text [split $text]
if {$text == ""} {
puthelp "PRIVMSG $chan :Hug who? Or did you want me to hug YOU, $nick?"
} elseif {[onchan $text $chan]} {
puthelp "PRIVMSG $chan :\001ACTION hugs $text \001"
} else {
puthelp "PRIVMSG $chan :No one here by that name!"
}
}