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

by duofruo
Thu Jul 29, 2004 1:32 pm
Forum: Archive
Topic: permident add
Replies: 1
Views: 1499

permident add

Code: Select all

     if {([matchattr $nick $authflag] == 0)} {
   puthelp "privmsg $nick :Sorry dar nu esti autentificat"
   return 0
}
how do i add if the users has permident ( --XTRA permident *!bla@bal.com) the test will pass..
by duofruo
Mon May 17, 2004 1:53 pm
Forum: Archive
Topic: Sorting numbers
Replies: 3
Views: 1338

i am verry new in this domain. so i am 0 . if someone can write is ok, if no ... thx anyway
by duofruo
Mon May 17, 2004 3:00 am
Forum: Archive
Topic: Sorting numbers
Replies: 3
Views: 1338

Sorting numbers

I have a file whith a list of numers like this for example

Code: Select all

1
49
2
6
18
49
3
8
7
1
46
1
I need a script that will show the most used numbers. In my example 1 and 49. Thx
by duofruo
Mon May 17, 2004 2:58 am
Forum: Archive
Topic: protection script
Replies: 4
Views: 1765

thx }{
by duofruo
Sun May 16, 2004 9:52 am
Forum: Archive
Topic: protection script
Replies: 4
Views: 1765

protection script

i need a script that will deop a person who deops a specific nick in my chan. and that nick to be opped back
by duofruo
Sat Apr 10, 2004 7:37 am
Forum: Archive
Topic: generator script
Replies: 4
Views: 1790

Yes, thanks but i need that all the lines to be generated to the same file, not every line to diferent file
by duofruo
Fri Apr 09, 2004 6:29 am
Forum: Archive
Topic: eggdrop background
Replies: 0
Views: 783

eggdrop background

I compile eggdrop under cygwin, i started the egg, everything is fine but there is a poblem that he dosen`t work in background, the window remain UP and stop responding
by duofruo
Mon Apr 05, 2004 3:40 pm
Forum: Archive
Topic: eggdrop webseen
Replies: 1
Views: 928

eggdrop webseen

It wonder if exists a tcl web seen script ( whith mysql and php etc etc )
by duofruo
Tue Mar 16, 2004 4:07 am
Forum: Archive
Topic: generator script
Replies: 4
Views: 1790

generator script

Let`s say that exist 3 txt documents. I need a script that will read all of this documents, and generate a file whith all of this like this. For example. The 1st file contains : bot shell tcl The 2nd contains member profile faq And the 3rd contains code search help I want that the tcl generate the 4...
by duofruo
Tue Feb 10, 2004 4:34 am
Forum: Archive
Topic: encrypt
Replies: 14
Views: 7333

i wana ecrypt the whole tcl script, not just on word
by duofruo
Mon Feb 09, 2004 4:27 pm
Forum: Archive
Topic: encrypt
Replies: 14
Views: 7333

encrypt

is there a way to encrypt the tcl scripts, i neet the encrypt a botnet script, that contains many components
by duofruo
Fri Feb 06, 2004 1:18 pm
Forum: Archive
Topic: admins
Replies: 5
Views: 1499

Code: Select all

set owners [userlist -|n $chan] 
by duofruo
Fri Feb 06, 2004 10:42 am
Forum: Archive
Topic: admins
Replies: 5
Views: 1499

here is a little hint

Code: Select all

foreach user [userlist] {
		if [matchattr $user n|n $channel] {
go 4 it
by duofruo
Fri Feb 06, 2004 5:29 am
Forum: Archive
Topic: flag help
Replies: 5
Views: 1510

but if i am global v and not v on channel will work ?
by duofruo
Fri Feb 06, 2004 4:48 am
Forum: Archive
Topic: flag help
Replies: 5
Views: 1510

flag help

how do i bind a pub command that will execute only if the user has minimum +v flag. for example i bind a command v|v . and the user has flags on a channel +mno. if i use the command the bot will bot respond. only if i add +v to the user. maybe is a "matchattr" or something like that ? i ho...