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

by phab
Mon Jun 26, 2006 6:14 pm
Forum: Script Requests
Topic: /msg $botnick ban
Replies: 3
Views: 2807

Where should the bot know from, which channel the user should get banned? Or do you want a global ban on eggdrop?
by phab
Mon Jun 26, 2006 6:11 pm
Forum: Scripting Help
Topic: Extract Words
Replies: 2
Views: 3259

Quick and REALLY dirty: #!/usr/bin/env tclsh set output { <td align="right">Saudi-Arabien</td> <td></td> <td>Spanien</td> </tr> <tr class="ergebnis"> <td align="right">0</td> <td>:</td> <td>0</td> </tr> </table> </div>} regsub -all -- {<[^>]*>} $output "" outp...
by phab
Mon Jun 26, 2006 5:59 pm
Forum: Scripting Help
Topic: Problem with decreasing a variable
Replies: 8
Views: 5932

Doenst

Code: Select all

set i [expr {$i - [lindex $line 0]}]
work?
by phab
Fri Dec 30, 2005 1:13 pm
Forum: Modules & Programming
Topic: mySQL 5 module
Replies: 3
Views: 10247

Well, this version is 1 year old. Does it really work well etc? Is it better than fbsql?
by phab
Thu Dec 29, 2005 8:44 pm
Forum: Modules & Programming
Topic: mySQL 5 module
Replies: 3
Views: 10247

mySQL 5 module

Hey,

does someone know a module for mysql 5? Or can I use latest fbsql from http://eggies.powersource.cx/installing.fbsql ?

Thanks for hints :)
by phab
Fri Oct 07, 2005 4:25 am
Forum: Script Support & Releases
Topic: tvprog.tcl - even more tv stuff (!today and !tomorrow)
Replies: 7
Views: 11004

Why don't you use the http package?
by phab
Fri Sep 09, 2005 6:52 am
Forum: Archive
Topic: Need help with comparing two files...
Replies: 5
Views: 4831

Thanks you. That's it ,-)
by phab
Fri Sep 09, 2005 5:01 am
Forum: Archive
Topic: Need help with comparing two files...
Replies: 5
Views: 4831

I can't get it working :-(

I read the old-ranking file till it's eof.. but i dont know how to compare the right way :(

Any ideas?
by phab
Fri Sep 09, 2005 2:35 am
Forum: Archive
Topic: Need help with comparing two files...
Replies: 5
Views: 4831

Thank you. I'll give it a try! :-)

For other suggestions: Thanks! :)
by phab
Thu Sep 08, 2005 6:59 pm
Forum: Archive
Topic: Need help with comparing two files...
Replies: 5
Views: 4831

Need help with comparing two files...

Hello guys. I wrote something like a ranking (most active users). I store them in a file which looks like: 01|phab 02|bot1 03|anotherone 04|nickname 05|sweety ... I generate the stats each Sunday (for example). Now I want the bot to inform the channel with something like: "Active Users v1.0: ph...
by phab
Sun Sep 04, 2005 11:01 am
Forum: Tcl FAQ
Topic: Parsing webpages made easy
Replies: 30
Views: 109224

Doesnt work here... I copy and pasted the example:

[phab@debian ~]$ ./tdom.sh
Latest sport news:
[phab@debian ~]$

What's wrong? ;-)
by phab
Mon Aug 22, 2005 6:40 am
Forum: Archive
Topic: !enable/!disable Scripts
Replies: 2
Views: 2863

!enable/!disable Scripts

Hey guys, I wrote a small "script package". I have a "settings.tcl" where you can define settings for all the other scripts, and you can disable / enable them with "disable<script> 0/1". In every other script I'm checking if this value is 0/1 and then execute or not exe...