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.

Search found 5 matches

by lunchbox
Mon Jan 17, 2005 8:16 am
Forum: Archive
Topic: how difficult would this be..
Replies: 4
Views: 2137

pairing..

randomly would prolly be the easiest.. i just dont want people to be able to know how the bot pairs and join in a certain order to get a certain pair..
by lunchbox
Sun Jan 16, 2005 1:53 am
Forum: Archive
Topic: how difficult would this be..
Replies: 4
Views: 2137

it would be for..

it would be a tournament script.. like eight players type !join and then the bot pairs them.. and if a odd number join.. it would have to pair someone vs bye.. i have the script in mirc but as far as converting it to tcl im a bit lost..
by lunchbox
Fri Dec 17, 2004 12:04 pm
Forum: Archive
Topic: how difficult would this be..
Replies: 4
Views: 2137

how difficult would this be..

i want to make a script that will do the following.. the script will advertise there is something forming to join (and time remaining to join) when i user types !join in channel it will put their name in a array (at least i think a array would be the easiest to do) it will accept !join for a certain...
by lunchbox
Mon Dec 13, 2004 7:40 am
Forum: Archive
Topic: transfer notices from 1 channel to another
Replies: 8
Views: 3794

bind notc - "Entries" workit proc workit { nick hand arg } { set chan2 "#cctv" set backout "$arg" puthelp "PRIVMSG $chan2 :ATTENTION $nick $backout ." } i know that looks bad but this is one of my first attempts at making my own eggdrop script.. maybe someone...
by lunchbox
Mon Dec 13, 2004 3:08 am
Forum: Archive
Topic: transfer notices from 1 channel to another
Replies: 8
Views: 3794

transfer notices from 1 channel to another

hi.. im trying to make a script that will forward a channel notice from 1 channel to another on the same network.. i would prefer to do this with 1 bot.. the bot is in both channels.. the notice will always be the same (atleast the first few words) so i tried to set it up as a trigger.. but i dont k...