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.
Support & discussion of released scripts, and announcements of new releases.
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Sun Nov 04, 2007 9:55 am
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
fls
Voice
Posts: 35 Joined: Wed Oct 17, 2007 10:55 pm
Post
by fls » Sun Nov 04, 2007 10:49 am
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
speechles
Revered One
Posts: 1398 Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)
Post
by speechles » Sun Nov 04, 2007 11:11 am
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
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...
fls
Voice
Posts: 35 Joined: Wed Oct 17, 2007 10:55 pm
Post
by fls » Sun Nov 04, 2007 12:33 pm
working cool and great.
Thankyou..
Lamune
Voice
Posts: 4 Joined: Fri Oct 12, 2007 1:19 am
Post
by Lamune » Mon Nov 05, 2007 6:40 pm
how about delivering to a certain channel?
!deliverchan #chan2 cake
fls
Voice
Posts: 35 Joined: Wed Oct 17, 2007 10:55 pm
Post
by fls » Mon Nov 05, 2007 11:24 pm
That is cool too, rosc2112
Thankyou
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Tue Nov 06, 2007 4:03 pm
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.
Lamune
Voice
Posts: 4 Joined: Fri Oct 12, 2007 1:19 am
Post
by Lamune » Tue Nov 06, 2007 7:00 pm
heh, just wanted to deliver anonymously
ps.I
am in the channels I want to deliver to
thanks tho