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

by tomekk
Sun Sep 23, 2012 3:10 pm
Forum: Script Requests
Topic: Enlisting operators
Replies: 9
Views: 5415

I'm reading your first post and i don't get it why script should write to both files? :)
by tomekk
Sun Sep 23, 2012 1:16 pm
Forum: Script Requests
Topic: Enlisting operators
Replies: 9
Views: 5415

Yes, script is working OK because you didn't mention about flood protect ;) check this fixed ver.: # Author: tomekk # e-mail: tomekk/@/oswiecim/./eu/./org # home page: http://tomekk.oswiecim.eu.org/ # # Version 0.1 # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyl...
by tomekk
Sun Sep 23, 2012 12:46 pm
Forum: Script Requests
Topic: Enlisting operators
Replies: 9
Views: 5415

check this: # Author: tomekk # e-mail: tomekk/@/oswiecim/./eu/./org # home page: http://tomekk.oswiecim.eu.org/ # # Version 0.1 # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyleft/gpl.html # if you want to use this script on your chan, type in eggdrop console (vi...
by tomekk
Sat Sep 22, 2012 12:09 pm
Forum: Script Requests
Topic: Enlisting operators
Replies: 9
Views: 5415

What when someone will write something like this:

"i was at the lalala @asdlkfj34o5irtwejf somewhere"

'@asdlkfj34o5irtwejf' will be the nickname right?
by tomekk
Sat Sep 22, 2012 10:18 am
Forum: Script Requests
Topic: Looking for a channel profile script
Replies: 1
Views: 2393

by tomekk
Fri Sep 21, 2012 4:36 pm
Forum: Script Requests
Topic: Jabber
Replies: 2
Views: 3134

There is a TCL lib for jabber, but there is no documentation for it. BUT ... there is always PERL, anyway I have old script which i've used for sending simple messages to my account via eggdrop, its based on 'sendxmpp' script Make some tweaks if you need: # Author: tomekk # e-mail: tomekk/@/oswiecim...
by tomekk
Sat Jun 30, 2012 9:05 am
Forum: Script Requests
Topic: Strip & Save images from a given link
Replies: 1
Views: 4349

If you need images from<img> tag, try something like this: #!/usr/bin/tclsh package require http package require htmlparse set http_handle [http::geturl "http://www.imdb.com/news/ni30809410/"] set http_data [http::data $http_handle] set img_link "" proc zonk { tag slash param tbt...
by tomekk
Mon Oct 03, 2011 7:03 am
Forum: Script Support & Releases
Topic: Tomekk's badwords script
Replies: 29
Views: 28403

I have some problem with those special modes.
I think triggers rights will stay on users hosts, don't rly have time to test it.

But, thanks anyway.
by tomekk
Mon Aug 08, 2011 9:08 am
Forum: Script Support & Releases
Topic: Tomekk's badwords script
Replies: 29
Views: 28403

Hey,

I've made couple nice fixes in this script, now is much better.
Triggers rights still based on users hosts but I will work on it,
Tomorrow I'm going on vacation and I will be away for about 3 weeks.

changes desc in header:

http://temp.tomekk.org/tkbadword-0.10.tcl

Best regards,
by tomekk
Sun Aug 07, 2011 4:25 am
Forum: Script Support & Releases
Topic: Tomekk's badwords script
Replies: 29
Views: 28403

What is the network name with those weird modes?
by tomekk
Sat Aug 06, 2011 5:01 pm
Forum: Script Support & Releases
Topic: Tomekk's badwords script
Replies: 29
Views: 28403

hey,

I have some TODO with this script, will try to look into that and maybe in few days I will release 0.10 version.

btw. what do you mean 'higher accesses', higher than OP, owner?
by tomekk
Thu Jul 28, 2011 1:28 pm
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

delete old users.db before use this version, try it: # Author: tomekk # e-mail: tomekk/@/oswiecim/./eu/./org # home page: http://tomekk.oswiecim.eu.org/ # # Version 0.1 # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyleft/gpl.html # # if you want to use this scrip...
by tomekk
Tue Jul 26, 2011 5:34 pm
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

Hey,

Sorry about the lag, I was at the hospital.
Ok, is script working OK?
Do you need this timer for reset users counters?
by tomekk
Sat Jun 25, 2011 5:20 am
Forum: Script Requests
Topic: topic change ban
Replies: 8
Views: 5133

try it: # Author: tomekk # e-mail: tomekk/@/oswiecim/./eu/./org # home page: http://tomekk.oswiecim.eu.org/ # # Version 0.1 # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyleft/gpl.html # if you want to use this script on your chan, type in eggdrop console (via te...
by tomekk
Fri Jun 24, 2011 4:14 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

What after those 5 minutes? (when counter will be set to 0 and other than 0)
It is to make but it will complicate the whole script, why you didn't say this before?