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
Thu Jun 23, 2011 10:27 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

this is proper situation because when user gets 0 votes, script removes its record from DB and when you voting again (from 0) it starts counting from the beginning

should I change it somehow for ya?
by tomekk
Thu Jun 23, 2011 5:46 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

not multichannel yet, but the rest should work OK, please 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 u...
by tomekk
Wed Jun 22, 2011 6:27 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

oke, please try this script - its unfinished but counting should work: # 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...
by tomekk
Wed Jun 22, 2011 5:16 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

Yeah, its working OK for me.
I think I have to rewrite it .. I mean change the style of saving users info.
But I need time for it and again testing, eh.

I will try to do that ASAP :)
by tomekk
Wed Jun 22, 2011 4:54 am
Forum: Script Requests
Topic: topic change ban
Replies: 8
Views: 5133

You're right, moving botnick check before foreach could save some IO operations when this situation occurs (but I don't think so this ever will happen...)

'global botnick' is kinda oldschool but is proper
by tomekk
Tue Jun 21, 2011 4:27 pm
Forum: Script Requests
Topic: topic change ban
Replies: 8
Views: 5133

fixed... # 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 t...
by tomekk
Tue Jun 21, 2011 6:23 am
Forum: Script Requests
Topic: topic change ban
Replies: 8
Views: 5133

try this script, it has couple of years... it should work... # 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...
by tomekk
Fri Jun 03, 2011 5:44 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

hard to write something cause this script is working on my eggy i see the files inside, hmm
by tomekk
Wed May 18, 2011 8:49 am
Forum: Script Support & Releases
Topic: Need help with a TCL script
Replies: 5
Views: 7050

It works only with op/halfop/voice.
by tomekk
Tue May 17, 2011 9:49 am
Forum: Script Support & Releases
Topic: Need help with a TCL script
Replies: 5
Views: 7050

if you want to add this account to auto-op list you have to register it at first:

Code: Select all

/msg <botname> register
this script is based on pseudo-account database, not on nicks/hostnames
by tomekk
Thu Apr 21, 2011 3:57 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

find in code section: putquick "MODE $chan +b *!*$user_host" putkick $chan $user [lindex $kick_msgs [expr {int(rand() * [llength $kick_msgs])}]] file delete $users_dir/$chan/$user_host for tests, please remove the line: file delete $users_dir/$chan/$user_host reload the bot, Make some vote...
by tomekk
Tue Apr 19, 2011 3:37 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

did you change your ident/host during this 4 hours?
cause script is checking users by ident/host not by nick and if you change your host you become completely new user for the script
by tomekk
Sun Apr 17, 2011 4:56 pm
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

try this - but please modify it after test: # 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...
by tomekk
Sun Apr 17, 2011 4:30 pm
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

next time, please do not copy whole post... putquick "PRIVMSG $chan :$nick voted $user Yes. ($vote_limit) Votes putquick "PRIVMSG X :ban $chan *!*$user_host $kick_msg You've modified this script but check what is wrong with those two lines :> Where is " at the end? ;P Anyway, I will f...
by tomekk
Sun Apr 17, 2011 6:14 am
Forum: Script Requests
Topic: Voting script (very needed)
Replies: 25
Views: 19407

hmm, 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 ...