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

by mike-c
Sun Jun 15, 2003 6:01 am
Forum: Archive
Topic: just a quick question
Replies: 2
Views: 1670

I find this is very useful for handling ident requests on a LAN. All your clients will ident, no matter what PC they are on (so clients on your linux box can at the same time as your windows boxes). The downside is that all your clients will have the same ident, whereas if you use mIRC's built in id...
by mike-c
Sat Jun 07, 2003 1:55 pm
Forum: Archive
Topic: Modifying time values in eggdrop source
Replies: 4
Views: 1941

I just read the post you linked to previously, and then looked at the eggdrop source. From the looks of it, there *is* a configuration option 'use-penalties', but this isn't included in the config file by default. I can also tell you that this setting is automatically enabled for IRCnet. I believe y...
by mike-c
Fri Jun 06, 2003 1:05 pm
Forum: Archive
Topic: Modifying time values in eggdrop source
Replies: 4
Views: 1941

open up src/mod/server.mod/server.c and search for it.
by mike-c
Fri Jun 06, 2003 1:01 pm
Forum: Archive
Topic: Trying server 2001:6...
Replies: 4
Views: 1917

did you ./configure with --enable-ipv6 ?
by mike-c
Wed Jun 04, 2003 3:06 am
Forum: Archive
Topic: +a flag being recognised as operator status
Replies: 2
Views: 1262

you would have to edit the source code and add channel mode +a yourself

surely you can set them +ao though, to save the hassle?
by mike-c
Wed May 07, 2003 11:55 pm
Forum: Archive
Topic: statuslog-setting
Replies: 2
Views: 1222

After your 'channel add' in eggdrop.conf, use:

channel set #chan -statuslog

You could also use .chanset #chan -statuslog

Mike
by mike-c
Tue Feb 18, 2003 4:40 am
Forum: Archive
Topic: Channel-Specific Information
Replies: 5
Views: 2550

hmm... on a slightly different topic, as I'm using the settings files for the moment... how would you count the number of files in a directory? (eg. the number of channels with settings)

either the search function doesn't like me, I'm blind, or it's not been asked :lol:

Cheers,

Mike
by mike-c
Tue Feb 18, 2003 4:19 am
Forum: Archive
Topic: Channel-Specific Information
Replies: 5
Views: 2550

I've coded it using method #1 (setting files), and it works great.... I went off #2 as that is actually harder than #1 to change things (requires rehash) #3 is the ideal, but if it's only on the cvs release, I guess i'll wait (I'm on 1.6.13 atm) when 1.6.14 is out, i'll think about rewriting it :) t...
by mike-c
Tue Feb 18, 2003 3:20 am
Forum: Archive
Topic: Channel-Specific Information
Replies: 5
Views: 2550

Channel-Specific Information

Hi, Please excuse the length of this post, it needs explaining :) I'm looking to write a script that gets channel-specific details, and uses them accordingly... I've thought of 3 ways to do this (although i'm not sure if 2 of them are possible): 1) text file for each channel, 1 setting per line 2) h...
by mike-c
Thu Sep 19, 2002 2:43 pm
Forum: Archive
Topic: Tcl Errors - Quotation Marks
Replies: 19
Views: 3769

OK, I removed all other scripts from the config, and started it with stdragon's method in place.

IT WORKED! :lol:

I'm assuming another similar script was interfering, but I will sort that out...

Thanks guys, you've made my day :wink:

Cheers,

Mike
by mike-c
Thu Sep 19, 2002 2:30 pm
Forum: Archive
Topic: Tcl Errors - Quotation Marks
Replies: 19
Views: 3769

OK, this is very weird... I realise it shouldn't be line 2, which I got afer a .rehash... so I did a .restart, and it still showed as line 2 :-? (Yes, I'm sure it is the right file)

I did remove the first one...

I'm trying a complete shutdown & startup now..

Mike
by mike-c
Thu Sep 19, 2002 2:25 pm
Forum: Archive
Topic: Tcl Errors - Quotation Marks
Replies: 19
Views: 3769

Ok, I replaced that line, and it still errors. Here is the output of '.tcl putlog $errorInfo'... list element in quotes followed by "," instead of space while executing "join $text" (procedure "handle_lamer" line 2) invoked from within "handle_lamer $_raw1 $_raw2 $...
by mike-c
Thu Sep 19, 2002 1:42 pm
Forum: Archive
Topic: Tcl Errors - Quotation Marks
Replies: 19
Views: 3769

Nope, I still get the same error......

Code: Select all

foo "bar", foobar
causes

Code: Select all

Tcl error [handle_lamer]: list element in quotes followed by "," instead of space
This is really annoying me :cry:

Cheers,

Mike
by mike-c
Wed Sep 18, 2002 6:24 pm
Forum: Archive
Topic: Tcl Errors - Quotation Marks
Replies: 19
Views: 3769

Still no solution...

Ok, I've been playing with this for months now, and the TCL FAQ entry on the main forum page reminded me of it... Here is the full code I have. I would really appreciate it if someone could offer a solution. bind raw -|- "NOTICE" handle_lamer bind raw -|- "PRIVMSG" handle_lamer #...
by mike-c
Thu Sep 05, 2002 12:37 pm
Forum: Archive
Topic: Tcl Errors - Quotation Marks
Replies: 19
Views: 3769

Hi,

I removed the line

Code: Select all

set text [join $text]
and now the script doesn't do anything... it's as though it's not even loaded :cry:

Thanks for your ideas.

Cheers,

Mike