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

by ProXy
Thu Oct 31, 2002 3:30 pm
Forum: Archive
Topic: Return ping-events to channel
Replies: 1
Views: 796

Return ping-events to channel

Hi there,

I wrote a little script that should run the command "ping" in the bash and print all lines back to my channel. I tried

Code: Select all

putserv "PRIVMSG $chan :[exec bash -c "ping -c3 $arg"]";
but this only responded the frist line. Does anyone know how to catch all?
by ProXy
Wed Oct 30, 2002 12:46 pm
Forum: Archive
Topic: DCC Problems
Replies: 2
Views: 1230

I also commented out all scripts, but no success. There is still no possibility to join the partyline. The only option is to recompile the eggdrop. I`m getting worse :(
by ProXy
Wed Oct 30, 2002 1:59 am
Forum: Archive
Topic: DCC Problems
Replies: 2
Views: 1230

DCC Problems

Hi there, my eggdrop ran well for abaout 3 days, all things went fine. Then I coded a little Script, and included it to the scripts-dir. After rehashing, my eggdrop crashed, because of an TCL error. I commented the script in the config, also removed all temp-files and the userfile. When I start the ...
by ProXy
Mon Oct 21, 2002 11:26 am
Forum: Archive
Topic: eggdrop crashes with this logmessage
Replies: 1
Views: 780

eggdrop crashes with this logmessage

hi, sometimes my eggdrop crashes and writes this message to the logfile: [13:22] * Last context: stats:userrec.c/27 [] [13:22] * Please REPORT this BUG! [13:22] * Check doc/BUG-REPORT on how to do so. [13:22] * Wrote DEBUG [13:22] * SEGMENT VIOLATION -- CRASHING! This happens when no one is using th...
by ProXy
Thu Oct 17, 2002 7:38 am
Forum: Archive
Topic: eggdrop doesn`t say that he needs OP!
Replies: 12
Views: 2642

I found the error. I started my eggdrop with a wrong channel in thiese settings. I changed this when the eggdrop was already running and used .restart. Now I went to my channel-file, there was still the wrong channel. I just killed the eggdrop, deleted the file and restarted. Now it works fine :) Th...
by ProXy
Thu Oct 17, 2002 7:34 am
Forum: Archive
Topic: eggdrop doesn`t say that he needs OP!
Replies: 12
Views: 2642

channel add #rootbash { chanmode "+nt-likm" idle-kick 0 stopnethack-mode 3 revenge-mode 1 aop-delay 5:30 need-op { putserv "PRIVMSG #rootbash :op me!" } need-invite { putserv "PRIVMSG #rootbash :invite me!" } need-key { putserv "PRIVMSG #rootbash :give me the key!...
by ProXy
Thu Oct 17, 2002 12:53 am
Forum: Archive
Topic: eggdrop doesn`t say that he needs OP!
Replies: 12
Views: 2642

I mean the default text like "op me cause I`m lame". I didn`t remove any of the lines. I configured the eggdrop.complete.conf several times, but this is the first time, that the eggdrop is quiet...

ProXy
by ProXy
Wed Oct 16, 2002 3:41 pm
Forum: Archive
Topic: eggdrop doesn`t say that he needs OP!
Replies: 12
Views: 2642

eggdrop doesn`t say that he needs OP!

Hi there. I just reinstalled my eggdrop and configured the complete.conf. I set #rootbash to my static channel, so the eggdrop should ask for op after joining. But the eggdrop doesn`t. This is the result of .status: [21:40:24] <(Hack|The|Planet> Stats-userbase contains 1 users and 0 hosts [21:40:24]...
by ProXy
Wed Oct 16, 2002 12:49 am
Forum: Archive
Topic: Eggdrop running 3 times...
Replies: 3
Views: 1976

I simply installed the tcl 8.40 rpm....
by ProXy
Tue Oct 15, 2002 3:37 pm
Forum: Archive
Topic: Eggdrop running 3 times...
Replies: 3
Views: 1976

Eggdrop running 3 times...

Hi, whenever I start my eggdrop, there are shown three processes, even when the eggdrop is only started once. Does anyone know how to solve this problem? The eggdrop is running on my private Server, and I have root access!
by ProXy
Mon Oct 14, 2002 1:41 pm
Forum: Archive
Topic: Problems installing TCL
Replies: 2
Views: 1279

I installed TCL as root, and wanted to run eggdrop as user process...

I already tried to run ldconfig, but I get this error message:

Code: Select all

p15107354:~ # ldconfig
ldconfig: /usr/lib/libexpat.so.1 is not a symbolic link
by ProXy
Sun Oct 13, 2002 5:39 pm
Forum: Archive
Topic: Problems installing TCL
Replies: 2
Views: 1279

Problems installing TCL

Hi, i decided to rent a server with root access, and therefor wanted to install an eggdrop on this server. When I tried to make"./configure", an error occured, telling me that I have to install TCL. So I installed from the Source to /usr/local/tcl. I also used the "export" comman...
by ProXy
Thu Oct 03, 2002 2:43 pm
Forum: Archive
Topic: Problems with Brackets & Pipes...
Replies: 17
Views: 3943

THX :)
by ProXy
Thu Oct 03, 2002 2:27 pm
Forum: Archive
Topic: Problems with Brackets & Pipes...
Replies: 17
Views: 3943

Okay I fixed the bug with the ban, and the script works fine now, but i still have some questions: if {([llength $arg]==0) || (![string is digit [lindex [split $arg] 1]]) || ([llength [lindex [split $arg] 2]])} { This line should check if: The user entered a parameter , the user entered a number, th...
by ProXy
Thu Oct 03, 2002 11:39 am
Forum: Archive
Topic: Problems with Brackets & Pipes...
Replies: 17
Views: 3943

#### Flag for global users #### set lamerglobalflag "*" #### Flag for local users ##### set lamerlocalflag "*" ####### Public command ######## set lamercommand "!lamer" ## default ban-time in mins ### set lamerdefaulttime "10" #### END OF CONFIGURATION ##### ...