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

by stdragon
Tue Sep 25, 2001 7:19 pm
Forum: Archive
Topic: invalid name space
Replies: 6
Views: 1166

I don't have digital unix, and I've never seen that exact error, but it looks similar to what you might get if you try to create a socket with an unsupported protocol. Or maybe the ip address is invalid or unreachable from that computer? Your best bet is to consult all the network documentation you ...
by stdragon
Tue Sep 25, 2001 7:08 pm
Forum: Archive
Topic: refer a channel in tcl script
Replies: 2
Views: 1949

Sure, it will be a variable just like any other. If you call the variable "the_channel", then in the config file put:

set the_channel #sheep

And in your script, do this:
proc someproc {} {
global the_channel

putserv "PRIVMSG $the_channel :sheep rule!"
}
by stdragon
Tue Sep 25, 2001 5:45 am
Forum: Archive
Topic: vote kick script
Replies: 3
Views: 752

Well, I wrote this script tonight. Man it turned into a monster!

Anyway, it's ready for testing and feature suggestions.

http://home.dal.net/stdragon/eggdrop/votekick1.0.tcl