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 10 matches

by cinder
Fri May 30, 2003 4:48 am
Forum: Archive
Topic: bgexec.mod problem
Replies: 2
Views: 765

Do you mean using "/bin/ps x" as opposed to just "ps x"?
by cinder
Sat May 24, 2003 1:49 pm
Forum: Archive
Topic: bgexec.mod problem
Replies: 2
Views: 765

bgexec.mod problem

Right, I decided (and a bit of boredom) I was going to update the bgexec.mod, originally meant for eggdrop 1.3.x, to the latest 1.6.x series. After going through every error with a fine-tooth comb, there's all but one error left which I have no idea how to fix. The problem occurs when I use the Tcl ...
by cinder
Tue Nov 12, 2002 9:06 am
Forum: Archive
Topic: random text choose??
Replies: 10
Views: 2753

Try:

Code: Select all

set $filename = "data.txt" // Change to filename of data file
set $fs [open $filename r]
gets $fs text
close $fs
set mylist [split $text "*"]
set myrandomtext [lindex $mylist [expr [rand [llength $mylist]] + 1]] 
by cinder
Tue Oct 22, 2002 12:24 pm
Forum: Archive
Topic: TCL + MySQL
Replies: 4
Views: 1487

guppy wrote:Why does he have to install it? You can compile it yourself and load it using 'load'
Can you expand on that please? I've compiled MyTCL in my home directory, but want to know how to load it in a tcl script. Ta.
by cinder
Sat Sep 21, 2002 2:15 pm
Forum: Archive
Topic: Eggdrop + PvPGN - anyone tried it?
Replies: 1
Views: 818

Eggdrop + PvPGN - anyone tried it?

If anyone has heard (or used) of PvPGN (www.pvpgn.org), I was just wondering if anyone has managed to get an eggdrop to connect to it. In the latest builds, an IRC feature has been implemented, which basically allows you to logon to the server's chat channels without having to via a Blizzard game. I...
by cinder
Fri Jun 07, 2002 9:43 pm
Forum: Archive
Topic: Auto-voice on ENG tag?
Replies: 1
Views: 714

I've been messing with the split, lindex and all the other tcl functions, but have yet been unable to successfully make it so it auto-voices someone whenever they join when their nick is "ENG|nick". Any tips would be greatly appreciated please :smile:
by cinder
Tue Apr 16, 2002 4:05 pm
Forum: Archive
Topic: Botnet channel flag sharing problems, even with the +g flag
Replies: 7
Views: 676

hnnnnnn.....damn

Do you have any ways of getting bots on separate channels to share ALL flags (global and channel-specific ones) between each other?
by cinder
Tue Apr 16, 2002 12:56 pm
Forum: Archive
Topic: Botnet channel flag sharing problems, even with the +g flag
Replies: 7
Views: 676

it's a NON-IRC bot
by cinder
Mon Apr 15, 2002 8:01 pm
Forum: Archive
Topic: Botnet channel flag sharing problems, even with the +g flag
Replies: 7
Views: 676

I've done that too
by cinder
Mon Apr 15, 2002 6:35 pm
Forum: Archive
Topic: Botnet channel flag sharing problems, even with the +g flag
Replies: 7
Views: 676

Ok, my "wonderful" botnet which i've set up works fine, but I want to share the userfiles between bots. I have a hub bot, and a couple of leaf bots, set up as follows:- (on leaf bots) .botattr Hub +ghp (on hub bot) .botattr Leaf +gs As you can see, it's set up for userfile sharing with the...