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

by Way2Death
Tue Apr 07, 2009 8:13 pm
Forum: Scripting Help
Topic: Spliting a message into words
Replies: 10
Views: 5496

if i may join this thread and ask how to join the seperated words then? exactly the opposite thing should be executed if possible: foreach word i want it in one line again the way i did it was first set empty string set fline "" then i did a for each loop.. depending if its in a file you ...
by Way2Death
Tue Apr 07, 2009 11:35 am
Forum: Scripting Help
Topic: [SOLVED] Question about Split and array
Replies: 12
Views: 6149

Thanks the quote script has been finished. I Have also added it to the tcl database. The reason i asked all of this is because i downloaded the quote script of Sigma, but what he did was !findquote would put the search result in a txt file and would dcc it to you. Also the !delquote function didn't ...
by Way2Death
Tue Apr 07, 2009 5:42 am
Forum: Scripting Help
Topic: [SOLVED] Question about Split and array
Replies: 12
Views: 6149

nml375 wrote:Check the "array size" command.
Thanks one more thing, is it possible to read the file from the bottom up?
by Way2Death
Mon Apr 06, 2009 2:43 pm
Forum: Scripting Help
Topic: [SOLVED] Question about Split and array
Replies: 12
Views: 6149

what would i be using to count how many arrays there are? Edit i've got this foreach line $data { set i [string first ":" $line] set key [string range $line 0 [expr $i - 1]] set value [string range $line [expr $i + 1] end] set numqdata($key) $value if { $line=="" } { set mythin &...
by Way2Death
Mon Apr 06, 2009 2:21 pm
Forum: Scripting Help
Topic: [SOLVED] Question about Split and array
Replies: 12
Views: 6149

Ok so how would i get the number? so that would be 1 2 3?
by Way2Death
Mon Apr 06, 2009 1:42 pm
Forum: Scripting Help
Topic: [SOLVED] Question about Split and array
Replies: 12
Views: 6149

Q1: So this would split these 2 ( 1:hello ) in different array's? but how would output those arrays? are there like $numqdata(1) ? Q2: hm on second thought, this wouldn't be smart, as it is a quotation. As soon as someone put Me Said: Hi this script becomes useless Any beter way of doing this?
by Way2Death
Mon Apr 06, 2009 1:00 pm
Forum: Scripting Help
Topic: [SOLVED] Question about Split and array
Replies: 12
Views: 6149

[SOLVED] Question about Split and array

Hello everyone, again here i am XD <Way2Death> uhm, i did this but i get invalid command name lassign [17:50:04] <Way2Death> set numqdata [split $line ":"] lassign $numqdata \ qdatanum qdatatext [17:50:18] <Way2Death> lassgin is on another line [17:50:37] <Way2Death> and qdatanum qdatatext...
by Way2Death
Mon Apr 06, 2009 9:49 am
Forum: Scripting Help
Topic: [SOLVED] Excessive command use
Replies: 5
Views: 3164

arfer wrote:It doesn't have a specific name. It is simply one method of preventing overuse of a command. Command flood control I suppose you could say.
All right, thanks so much =D i appreciate the help!
by Way2Death
Mon Apr 06, 2009 9:40 am
Forum: Scripting Help
Topic: [SOLVED] Excessive command use
Replies: 5
Views: 3164

All right thanks, so what is this called? Excessive command use?
by Way2Death
Mon Apr 06, 2009 8:59 am
Forum: Scripting Help
Topic: [SOLVED] Excessive command use
Replies: 5
Views: 3164

[SOLVED] Excessive command use

He this should be simple, but i cant seem to find the right keyword to search it....

how would i set a lock on my command to prevent it from over using,
like if you type
!show
!show
you would get : Please wait at least 5 minutes to re-use this command
by Way2Death
Mon Apr 06, 2009 8:00 am
Forum: Script Requests
Topic: Unvoice + Spam
Replies: 0
Views: 1903

Unvoice + Spam

He all, i've got a little request i would like an anti spam bot that unvoices people instead of banning them: 1st time: unvoice only once 2nd time: unvoice only once + notice of perm unvoice 3rd time: the host @... would go into a .txt file and would unvoice this user every time he joins the channel...
by Way2Death
Tue Mar 31, 2009 5:15 pm
Forum: Script Requests
Topic: Kicked user PM
Replies: 4
Views: 3796

Thanks it works :)
by Way2Death
Tue Mar 31, 2009 4:36 pm
Forum: Script Requests
Topic: Kicked user PM
Replies: 4
Views: 3796

Thanks for your help, will test it out :D

hm a little question,
could that code be used, because will the tcl automatically start the if string or do i have to put something that will initiate it when someone gets kicked?

Edit; well it didn't work... i have no idea why not
by Way2Death
Tue Mar 31, 2009 3:38 pm
Forum: Script Requests
Topic: Kicked user PM
Replies: 4
Views: 3796

Kicked user PM

Hey all,
i would like to know if the following is possible.
When Q (quakenet bot) kicks/bans someone the bot sends a PM to the kicked/banned player containing some text.
by Way2Death
Tue Mar 31, 2009 3:33 pm
Forum: Script Requests
Topic: Clear bans
Replies: 5
Views: 5334

This depends on which network you're on. If you can provide me the code to unban some one at your network i can provide you the code