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.

delivery101.tcl

Support & discussion of released scripts, and announcements of new releases.
Post Reply
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

delivery101.tcl

Post by fls »

can anyone help on why this script loaded and it doesnt work fine ? http://www.egghelp.org/tclhtml/3478-4-0 ... ry-tcl.htm

The command N/A , deliver doesnt get a going ?

Regard,
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Have tried:

Code: Select all

rose to <nick>
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

Post by fls »

Sorry, " rose to <nick> " doesnt work fine

Tried the " N/A deliver rose to <nick> " same issue

Wat will be the actual Pub msg to tell the bot ?

Rgd
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

fls wrote:Sorry, " rose to <nick> " doesnt work fine

Tried the " N/A deliver rose to <nick> " same issue

Wat will be the actual Pub msg to tell the bot ?

Rgd

Code: Select all

bind msg - deliver msg_deliver
proc msg_deliver {nick uhost hand rest} {
  set item [lindex $rest 0]
  ....
  set towho [lindex $rest 1]
  set memo [lrange $rest 2 end]
So the proper way, is to type:
deliver <item> <towho> <memo can be as long as you want>
ie, deliver rose somenick lets be friends :P

Just for info, there is NOT a public binding. You must pm/query the bot this deliver line, it will pm/query <towho> your delivery...
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

Post by fls »

working cool and great.

Thankyou..
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

I did some fixes to this script, including adding a pub bind. It's here if you want it.
http://members.dandy.net/~fbn/delivery101.rosc.tcl.txt
L
Lamune
Voice
Posts: 4
Joined: Fri Oct 12, 2007 1:19 am

Post by Lamune »

how about delivering to a certain channel?
!deliverchan #chan2 cake
f
fls
Voice
Posts: 35
Joined: Wed Oct 17, 2007 10:55 pm

Post by fls »

That is cool too, rosc2112

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

Post by rosc2112 »

Lamune wrote:how about delivering to a certain channel?
!deliverchan #chan2 cake
I would consider that spamming, if you're not in that channel and send messages to it by way of a bot. So I won't be adding that function, maybe someone else will.
L
Lamune
Voice
Posts: 4
Joined: Fri Oct 12, 2007 1:19 am

Post by Lamune »

heh, just wanted to deliver anonymously

ps.I am in the channels I want to deliver to :P

thanks tho
Post Reply