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 Dec 09, 2018 5:34 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70429

Basically, all you have to do is to run this script.
It will create new directory for user data.
by tomekk
Sun Dec 27, 2015 1:44 pm
Forum: Script Requests
Topic: Lottery
Replies: 10
Views: 9937

added: !stop, !lottery commands, setup commands for ops or everyone (configured in script) fixed: some logic in the script Update on request. # Author: tomekk # e-mail: tomekk/@/tomekk/./org # home page: http://tomekk.org/ # # Version 0.2 # # This file is Copyrighted under the GNU Public License. # ...
by tomekk
Tue Nov 05, 2013 11:58 am
Forum: Script Requests
Topic: NTP Time TCL
Replies: 4
Views: 5738

Time package is a part of TCLLIB.
For GMT add extra 2 hours to the current time (GMT +0)
by tomekk
Tue Nov 05, 2013 11:58 am
Forum: Script Requests
Topic: Weather Script - .py to .tcl conversion?
Replies: 2
Views: 5546

# e-mail: tomekk/@/tomekk/./org # home page: http://tomekk.org/ # # Version 0.1 # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyleft/gpl.html ########################################################### bind pub - !fw fweather package require tdom package require ...
by tomekk
Sun Nov 03, 2013 7:24 am
Forum: Script Requests
Topic: NTP Time TCL
Replies: 4
Views: 5738

# Author: tomekk # e-mail: tomekk/@/tomekk/./org # home page: http://tomekk.org/ # # Version 0.1 # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyleft/gpl.html set server "pool.ntp.org" ########################################################### bind pub...
by tomekk
Fri Dec 07, 2012 4:40 pm
Forum: Script Requests
Topic: Fake user tcl
Replies: 12
Views: 8021

# Author: tomekk # e-mail: tomekk/@/tomekk/./org # home page: http://tomekk.org/ # # Version 0.1 # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyleft/gpl.html set private_channel "#private" ############################################################## ...
by tomekk
Fri Dec 07, 2012 2:41 pm
Forum: Script Requests
Topic: Fake user tcl
Replies: 12
Views: 8021

Code: Select all

cmd ex: !BotNick Nick hello 
You want to use this command on this 'private' channel or?
by tomekk
Thu Dec 06, 2012 4:58 pm
Forum: Script Requests
Topic: Irc channel into MySql database?
Replies: 3
Views: 5038

Try this one, kinda old but should work: # Author: tomekk # e-mail: tomekk/@/tomekk/./org # home page: http://tomekk.org/ # # Version 0.1 # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyleft/gpl.html # channel_name = channel table name in database set channels_tab...
by tomekk
Thu Dec 06, 2012 3:47 pm
Forum: Script Requests
Topic: Irc channel into MySql database?
Replies: 3
Views: 5038

Whole channel text into mysql table?
by tomekk
Wed Nov 07, 2012 4:45 am
Forum: Script Requests
Topic: Simple !clearbans script [SOLVED]
Replies: 3
Views: 4085

# 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 ############################################################## bind pub o|o !clearban...
by tomekk
Tue Oct 16, 2012 6:03 am
Forum: Script Requests
Topic: Youtube title TCL problem, help.
Replies: 7
Views: 11682

@doggo REGEXP will work, but not the http:get. If you want to use https you need to add TLS support and ::http::register @ZzozZ Do a little trick: change: proc public_youtube {nick userhost handle channel args} { global youtube botnick if {[regexp -nocase -- $youtube(pattern) $args match fluff video...
by tomekk
Sat Oct 06, 2012 3:44 pm
Forum: Script Requests
Topic: Simple countdown script
Replies: 4
Views: 4009

1. change: bind pub -|- !countdown cd_main to: bind pub -|o !countdown cd_main 2. change: putserv "PRIVMSG $cd_chan :*** countdown: [expr $sec_index / $ann_interval] minute/s to go!" to: putserv "PRIVMSG $cd_chan :*** countdown: [expr [expr $sec_index / $ann_interval] * [expr $ann_int...
by tomekk
Sat Oct 06, 2012 1:20 pm
Forum: Script Requests
Topic: Simple countdown script
Replies: 4
Views: 4009

test 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 t...
by tomekk
Thu Sep 27, 2012 10:25 am
Forum: Script Requests
Topic: Notify when someone type /admin in Counter-Strike 1.6 server
Replies: 3
Views: 2953

your CS server logs information to the log file, there should be a info when someone uses /admin or other commands
by tomekk
Thu Sep 27, 2012 10:06 am
Forum: Script Requests
Topic: Notify when someone type /admin in Counter-Strike 1.6 server
Replies: 3
Views: 2953

Is there any message in some log file when you using this command?