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

by Fill
Tue Sep 29, 2009 1:21 pm
Forum: Scripting Help
Topic: Arrays with strings?
Replies: 4
Views: 3036

worked like a charm!!! :lol: :lol:

Thanks :P
by Fill
Mon Sep 28, 2009 2:55 pm
Forum: Scripting Help
Topic: Arrays with strings?
Replies: 4
Views: 3036

sorry I mistyped my post. I wanted to write #channel1 instead of #channel 1

anyway, will try it again. thx for the help (I will be back to say what happened :P)

See you
by Fill
Mon Sep 28, 2009 12:28 pm
Forum: Scripting Help
Topic: Arrays with strings?
Replies: 4
Views: 3036

Arrays with strings?

Hey guys, I was wondering if there is any kind of arrays where you can use strings. In a normal array, syntax is something like: array set <arrayname> { Type Value } e.g. array set blah { prizes 19 victories 44 lostgames 6 } What if I wanted to use strings instead of numbers in the array values? e.g...
by Fill
Sat Sep 05, 2009 3:25 am
Forum: Scripting Help
Topic: Bind time triggered every month?
Replies: 5
Views: 5181

ahhhh, right, didn't even think about that!! lol.... thanks a lot for the reply. that will do it...

@ arfer:
Yeap, I agree that such script would give me a lot of unnecessary work.

Once again, thanks for your help.

See you
by Fill
Fri Sep 04, 2009 10:49 am
Forum: Scripting Help
Topic: Bind time triggered every month?
Replies: 5
Views: 5181

Hi arfer, Thanks for your reply - that was a good idea. I chose to make it like this: bind time - "00 00 28 * *" clear_records That way it will run almost in the end of the month, except for february, which will run exactly in the end of the month. So my issue should be solved by now. Adit...
by Fill
Fri Sep 04, 2009 4:57 am
Forum: Scripting Help
Topic: Bind time triggered every month?
Replies: 5
Views: 5181

Bind time triggered every month?

Hi guys,

I was wondering how can I make a bind time that calls the script every month. E.g. if I wanted to execute it every minute, it would be:

Code: Select all

bind time - "00 * * * *" proc
But I want it every month, not every minute.. any ideas :?:

Thanks in advance
by Fill
Tue Jul 14, 2009 3:32 am
Forum: Scripting Help
Topic: [SOLVED] Unknown command: addhost
Replies: 4
Views: 3308

thanks for the great replies guys, everything was solved after loading compat.tcl

@ arfer:
Maybe I should update the script and make it use the new command?

See ya
by Fill
Sun Jul 12, 2009 9:25 am
Forum: Scripting Help
Topic: [SOLVED] Unknown command: addhost
Replies: 4
Views: 3308

[SOLVED] Unknown command: addhost

Hi,

I have a script that works with userfiles and I wanted to be able to use addhost command. However, I get this error:

[15:10] Tcl error [users]: invalid command name "addhost"

What's going on?
by Fill
Mon Jun 29, 2009 4:31 am
Forum: Eggdrop Help
Topic: SOLVED: [Userfile sharing] Botnet issues
Replies: 1
Views: 2214

Found the error! I was using reserved-portrange 1026:1026 on both, which means that they were using the exact same ports, so they couldn't send userfile in an already used port :lol:
by Fill
Sun Jun 28, 2009 12:46 pm
Forum: Eggdrop Help
Topic: SOLVED: [Userfile sharing] Botnet issues
Replies: 1
Views: 2214

SOLVED: [Userfile sharing] Botnet issues

Hi everyone, I linked two bots and I wanted to make them share userfile. I have double-checked everything but they won't send the userlist each other :/ I have transfer and share modules loaded. Here's what I get in the partyline: <ePlusY> [18:42] Sending user file send request to ePlusX <ePlusY> [1...
by Fill
Fri May 08, 2009 7:54 am
Forum: Scripting Help
Topic: To ignore command for a time specifies
Replies: 3
Views: 4105

hehe, sou de Portugal tambem! :P
by Fill
Fri May 08, 2009 7:52 am
Forum: Scripting Help
Topic: Inverting regsub's functions
Replies: 2
Views: 2880

ahmmm, nice, thanks a lot!
by Fill
Wed May 06, 2009 10:55 am
Forum: Scripting Help
Topic: Inverting regsub's functions
Replies: 2
Views: 2880

Inverting regsub's functions

Hey guys, I'm using regsub to check if a variable matches a regular expression and if it does, regsub will replace the part that matches by what I want and assign that to a new variable however, I wanted to make the opposite. I want regsub to assign the part of the variable that matched the regular ...
by Fill
Tue May 05, 2009 4:51 pm
Forum: Scripting Help
Topic: Bind Server Notices
Replies: 2
Views: 2843

Hi, Sorry to tell you, but that's wrong. According to tcl-commands.doc, bind NOTC command will not be triggered by server notices: (7) NOTC (stackable) bind notc <flags> <mask> <proc> procname <nick> <user@host> <handle> <text> <dest> Description: dest will be a nickname (the bot's nickname, obvious...
by Fill
Mon May 04, 2009 1:49 pm
Forum: Scripting Help
Topic: Bind Server Notices
Replies: 2
Views: 2843

Bind Server Notices

Hi scripters,

I wonder how can I bind snotices? I read tcl-commands.doc and it seems like bind NOTC will not be triggered by servernotices. I have to make a script that is activaterd by a server notice. How can I bind it?

Thanks in advance,
Fill