This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Help with a Small Script

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

Help with a Small Script

Post by Thanhas »

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.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

For "auto talking" you'd probably need bmotion. Just search the Tcl Archive for it.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

Help.

Post by Thanhas »

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
C
Callisto
Halfop
Posts: 86
Joined: Sun Mar 13, 2005 11:04 am

Re: Help.

Post by Callisto »

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
I used google and found this http://www.bmotion.net:8000/bmotion
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

help

Post by Thanhas »

---------------------------------------
& 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.
-----------------------------------------


can u find me This or make me A Simple one please
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

A very basic template you can duplicate for making those kinds of actions:

Code: Select all

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.
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

Post by Thanhas »

rosc2112 wrote:A very basic template you can duplicate for making those kinds of actions:

Code: Select all

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
d
deadite66
Halfop
Posts: 74
Joined: Mon May 30, 2005 2:49 am
Location: Great Yarmouth, UK

Post by deadite66 »

you just need to change a few parts for each action.

for example.

Code: Select all

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!"
     }
} 
<- tcl newb
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

ammm

Post by Thanhas »

Thanks for reply but i have done all in one TCL but it dose not work.
may i Put New tcl for Each for Exp

Spal.tcl
hugs.tcl
kik.tcl
kiss.tcl

i hope you understand ?
Regards
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

It should make no difference, if you say "it doesn't work" atleast give us the errormessage too.
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

yup

Post by Thanhas »

Hello

Yup when i type in channel !slap Blah it answers in DCC

Tcl error [kiss]: can't read kissprcc

Something like This
Regards
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Re: yup

Post by rosc2112 »

Thanhas wrote:Hello
Yup when i type in channel !slap Blah it answers in DCC
Tcl error [kiss]: can't read kissprcc
Something like This
Regards
That looks like you made a typo, in "kissproc" and have "kissprcc"

Check over your code carefully, and paste the exact errors if necessary. Guessing won't help fix things :)
User avatar
Thanhas
Op
Posts: 124
Joined: Sat Sep 02, 2006 11:14 am
Location: Ottawa, Canada

heay

Post by Thanhas »

can u please make TCL & send me on Thanhas@gmail.com
coz i try alot but ia m still not getting Please Put Those things

!Slap
!kik
!kiss
!hugs
!rubs
!haros
!flood
!love
!winks
!ping
!Hate
!care
!hc
!sleep

Thanks if u could send i will Put msg my self just type in the msg place MSG HERE then i can add msg thanks agian
Regards
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

How about you post what you have right now and we'll tell you what's wrong.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

How about changing the topic of the original post to "Help with a Large Script"?

There are literally tonnes of these annoying scripts all over the place; moxfun being just one of them.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply