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
Tue Feb 18, 2003 8:12 am
Forum: Archive
Topic: Sorting chanlist like mIRC
Replies: 14
Views: 4055

Well this script only would work if the second letters are NOT any of the special chars. So, I prefer using ASCII - the one error isn`t so bad - it would be much too difficult, to manage these right...
by ProXy
Mon Feb 17, 2003 11:51 pm
Forum: Archive
Topic: Sorting chanlist like mIRC
Replies: 14
Views: 4055

Thx, I will try this script tomorrow :)
by ProXy
Mon Feb 17, 2003 9:10 pm
Forum: Archive
Topic: Sorting chanlist like mIRC
Replies: 14
Views: 4055

This still doesnt fix the problem: I have a user called ][CBS][Merlin. This user is still reported before all other users. In the mIRC-List he is below all normal letters, but in front of Pipes...
by ProXy
Mon Feb 17, 2003 3:09 pm
Forum: Archive
Topic: Sorting chanlist like mIRC
Replies: 14
Views: 4055

-increasing also doesnt work, because capital letters where above lowercase letters. The Problem with OP and VOICE is no difficulty, the only problem is to get a list, equal to the mIRC list.
by ProXy
Mon Feb 17, 2003 2:27 pm
Forum: Archive
Topic: Sorting chanlist like mIRC
Replies: 14
Views: 4055

Sorting chanlist like mIRC

I want to write a script that sorts the chanlist like mirc does. The Problem is, that if i sort with -ascii, the its case sensitive. When i use -dictionary some brackets are in a wrong postiton, for example. mirc has the Pipe at the end, and [ or ] right before the pipes. With -dictionary the bracke...
by ProXy
Sun Feb 16, 2003 7:18 pm
Forum: Archive
Topic: User left channel...but gets counted...
Replies: 3
Views: 1046

Well - the only way i guess :)
by ProXy
Sun Feb 16, 2003 6:49 pm
Forum: Archive
Topic: User left channel...but gets counted...
Replies: 3
Views: 1046

User left channel...but gets counted...

Hi there, I wrote a script that reports the current number of user in a channel to the partyline, when the user joins and when he parts. Therefor I have 2 procs. When I join the channel, I get the right number. But when I part, the eggdrop still reports the number that was up2date before the part......
by ProXy
Sat Feb 15, 2003 1:46 pm
Forum: Archive
Topic: eggdrop remove bans
Replies: 10
Views: 2799

So why does the eggdrop stop adding the ban when the user joins even if dynamicbans is on?
by ProXy
Sat Feb 15, 2003 10:20 am
Forum: Archive
Topic: eggdrop remove bans
Replies: 10
Views: 2799

Well I think the eggdrop should set the ban if a user matching the ban joins the channel? Isn`t this the function of dynamicbans?

But my eggdrop doesn`t remember those bans :(
by ProXy
Sat Feb 15, 2003 9:07 am
Forum: Archive
Topic: eggdrop remove bans
Replies: 10
Views: 2799

Well, dynamicbans and userbans are set to + in this channel!

When I set the ban, the eggdrop also shows it when i use .bans all in the partyline, but he still removes the ban after 2 hours... :(
by ProXy
Fri Feb 14, 2003 6:01 pm
Forum: Archive
Topic: eggdrop remove bans
Replies: 10
Views: 2799

eggdrop remove bans

Hello, whenever I set a ban in my channel, my eggdrop removes it after some time (maybe 2 hours). expire-bans is already set to 0, but he still removes the bans. How can I change this? The eggdrop should only remove bans that he had set, not bans set by any other bots or user.. How can I do this? Pr...
by ProXy
Mon Feb 10, 2003 4:15 pm
Forum: Archive
Topic: Link-Password?
Replies: 4
Views: 1355

lol such an easy solution - but no one in the qnet had an idea...THX a lot

I just have one new question: Is it normal that the hub eggdrop doesn`t support .match any longer if the 2 eggdrops are sharing its userfiles?
by ProXy
Mon Feb 10, 2003 3:36 pm
Forum: Archive
Topic: Link-Password?
Replies: 4
Views: 1355

Link-Password?

Hi there, I added 2 bots just like written on egghelp.org, but whenever they try to connect, the leaf says: [20:25:40] <HTP|Protection> [19:25] Password required for connection to HTP. [20:25:40] <HTP|Protection> [19:25] Bad password on connect attempt to HTP. I cannot remember setting a password fo...
by ProXy
Wed Feb 05, 2003 11:24 am
Forum: Archive
Topic: regexp problem
Replies: 3
Views: 1174

I want to catch all between the bold tags and save this to a new var. I have a second line in my TCL, but this line works: regexp {^.*Stream Status: </font></td><td><font class=default><b>Stream is up at (.*) kbps with <B>(.*) of (.*) listeners \((.*) unique\).*} $streamdata streamdata streamkbps st...
by ProXy
Wed Feb 05, 2003 9:35 am
Forum: Archive
Topic: regexp problem
Replies: 3
Views: 1174

regexp problem

Hi all, I have a var that contains the content of a website, and ich want to pick out a specific part of this conent and save it to a new var. regexp {^.*Stream Title: </font></td><td><font class=default><b>(.*)</b>.*} $streamdata streamdata streamname This not only saves the String but also the con...