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

by Devil
Tue Nov 30, 2004 7:10 pm
Forum: Archive
Topic: Help! I'm having some trouble with SSL
Replies: 1
Views: 1692

Help! I'm having some trouble with SSL

I downloaded the file eggdrop1.6.17-ssl.diff.gz to the folder where I extracted the eggdrop1.6.17.tar.gz. Here's what went wrong... -bash-2.05b$ ls CONTENTS configure.ac COPYING disabled_modules ChangeLog doc FEATURES eggdrop.conf INSTALL eggdrop1.6.17-ssl.diff.gz Makefile help Makefile.in language ...
by Devil
Fri Oct 15, 2004 11:38 am
Forum: Archive
Topic: why isn't this working?
Replies: 7
Views: 2255

Guys, thank you very much for helping me, I really apreciate it :)
by Devil
Thu Oct 14, 2004 8:56 pm
Forum: Archive
Topic: why isn't this working?
Replies: 7
Views: 2255

Re: why isn't this working?

yeah, but i got that form awyeah in some other help topic I cant remember now... It's pretty strange hehe, can you tell me how to get it to work?
by Devil
Thu Oct 14, 2004 8:45 pm
Forum: Archive
Topic: why isn't this working?
Replies: 7
Views: 2255

why isn't this working?

Can someone help me out on this one? the bot returns this error. Tcl error [intro]: wrong # args: should be "intro from keyword arg" and here's how the tcl is now. bind raw - "NOTICE" intro set intro "being" set intro1 "introduced" proc intro {from keyword arg...
by Devil
Wed Oct 13, 2004 11:37 pm
Forum: Archive
Topic: please help with this pub command.
Replies: 1
Views: 1264

please help with this pub command.

How can I make a bot execute a regular .+chan #CHANNEL command on a PartyLine work as !join #channel in the pub. I want it to add the channel as if it was in a partyline (.+chan) and not only putserv "Join #channel".
Please help, i appreciate it. :)
by Devil
Tue Oct 05, 2004 10:59 am
Forum: Archive
Topic: It should be simple
Replies: 1
Views: 1126

It should be simple

Hey guys, I'm kind of stuck here on this code. I just want it to see is @ isin the $text var. But I'm kind of noob to tcl and need some help :) bind msg m| !compra compra proc compra {nick uhost hand text} { set compras "@" if {![string match *$compras* $text]} { putserv "PRIVMSG memo...