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
Fri Nov 27, 2009 1:36 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

an addition: is it possible that when a user who has a profile setup, the bot will greet him when he joins by his name, like <Bot> Hi Tommy but will also greet him by the bot's local time clock like between 0-6: Good night Tommy. 6-12: good morning Tommy 12-17: good afternon Tommy and 17-24: good e...
by tomekk
Wed Nov 04, 2009 10:21 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

bro Tomek.. How to check if the bot msg the channel when their is birthday.. i set sk's birthday: 03-11-1979 ..but there is no respond. any idea how to check the date or maybe any public to command to check which birthday is coming 1st.. ahh.. i didn't see this.. date format is in "MONTH-DAY-Y...
by tomekk
Wed Nov 04, 2009 7:02 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

show me your: # bind for birthday date checks # 0 - disable # 1 - enable, bot sohuld checks dates every day set profile_birth_checks 1 # if profile_birth_checks is set to 1, # you can set here on which hour/minute bot will check the birth dates (hour in 24clock format, hours/minutes in format like: ...
by tomekk
Sun Nov 01, 2009 7:43 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

wc back bro..yup this key 4c4712a4141d261ec0ca8f9037950685 etc etc is to long any way u can make it shorter like 12345 or ab123 interviewer-addon-0.1.tcl ver. for profile-0.5.tcl # Author: tomekk # e-mail: tomekk/@/oswiecim/./eu/./org # home page: http://tomekk.oswiecim.eu.org/ # # Version 0.1 # # ...
by tomekk
Sat Oct 31, 2009 2:32 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

can u add this option? edit/ i add this option. but maybe you can insert some system anti-flood/anti-lag, the command show !view or !setup every 1min. don't think so.. not now for sure, maybeee in da future... i changed the set int_bind_regexp {^[a-zA-Z0-9\-]+$} to set int_bind_regexp {^[\x41-\x7D]...
by tomekk
Fri Oct 30, 2009 1:31 pm
Forum: Scripting Help
Topic: I want to edit a line but clobbers the whole file
Replies: 5
Views: 3180

ahhh, my fault... you can read whole file and later you can use some loop (for, foreach) to check the line it will be smth like: 1. open file 'r', read whole content to some Var, close the file 2. open the same filem with 'w' 3. copy all from Var to this file (insert some IF inside loop, if line mat...
by tomekk
Fri Oct 30, 2009 12:22 pm
Forum: Scripting Help
Topic: I want to edit a line but clobbers the whole file
Replies: 5
Views: 3180

if you want to append some data to end of file, use just

Code: Select all

set some_file_to_append [open $file a]
http://www.tcl.tk/man/tcl8.4/TclCmd/open.htm#M9
by tomekk
Fri Oct 30, 2009 12:07 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

this is not implemented because this is not authentication type script,
just simple profile information...
by tomekk
Fri Oct 30, 2009 11:34 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

# regexp for !setup, !update, !remove, !flush commands (default, only small and BIG letters are allowed) # in this script (profile-0.*.tcl), all profiles names are in 'lower case', but we have to allow big chars because someone can write !setup MyNiCk or something, otherwise script will make 'mynic...
by tomekk
Wed Oct 28, 2009 5:52 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

interviewer-addon-0.1.tcl for profile-0.5.tcl without "\" in IF.... (it should work anyway ;)) # 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...
by tomekk
Wed Oct 28, 2009 12:44 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

You have to copy interview and profile script from this thread.

And after that, you have to load just 'profile-0.5.tcl' script, without interviewr. (just source for profile-0.5.tcl), because interviewer-addon will be loaded from profile-0.5.tcl automatically.
by tomekk
Wed Oct 28, 2009 12:06 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

Did you downloaded profile-0.5.tcl and interviewer-addon-0.1.tcl? You have to put those files into one directory, and later in profile-0.5.tcl script set the variable: set interviewer_addon_path "scripts/interviewer-addon-0.1.tcl" This 'profile' script is splitted into two files. /edit I s...
by tomekk
Wed Oct 28, 2009 7:00 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 71668

just profile-0.5.tcl script was modified, interviewer-addon is OK # Author: tomekk # e-mail: tomekk/@/oswiecim/./eu/./org # home page: http://tomekk.oswiecim.eu.org/ # # Version 0.5birth # # This file is Copyrighted under the GNU Public License. # http://www.gnu.org/copyleft/gpl.html # custom mod of...
by tomekk
Mon Sep 14, 2009 3:48 am
Forum: Script Requests
Topic: How set eggdrop for /msg LamaBot invite password #channel ?
Replies: 5
Views: 4730

weird, I have no problem with this script,
could you paste your eggdrop config here? (full config)

What is your eggdrop version, TCL version?
by tomekk
Sat Sep 12, 2009 11:26 am
Forum: Script Requests
Topic: +m mode when no op avaible on chanel
Replies: 1
Views: 1885

try: # tomekk, http://forum.egghelp.org/viewtopic.php?t=17169 # if you want to use this script on your chan, type in eggdrop console (via telnet or DCC chat) # .chanset #channel_name +mops # and later .save ############################################################################ bind part - &quo...