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.

i need help with pwf.tcl

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
k
kalhme
Voice
Posts: 2
Joined: Sun Aug 30, 2009 3:44 pm

i need help with pwf.tcl

Post by kalhme »

i have the pwf.tcl pickup script and i need help with create something like:

Code: Select all

bind pub - !Gather pwf_gather
when someone type !gather on channel, will open an gather with database "server list", no admins but pick 2 captains, if someone could help me with this script post where an comment with code, i need this code because in pwf.tcl just admins can open a gather," admin Gather", and i want users can open ours typing on channel chat !gather and start a pickup on channel!!!

sorry my bad english, kalhme
Best Regards!!!
k
kalhme
Voice
Posts: 2
Joined: Sun Aug 30, 2009 3:44 pm

i need help with pwf.tcl

Post by kalhme »

Code: Select all

set bind pub -  !gather pwf_gather

proc pwf_gather { nick uhost handle channel arg } {
  putquick "privmsg #channel :$nick said $arg"
}
and then what i need to do ?? to the bot launch an pickup
Post Reply