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

by lsn
Sat Sep 15, 2007 3:39 pm
Forum: Scripting Help
Topic: * Duplicate user record 'xxxx'!
Replies: 4
Views: 3474

they are linked but dont share userfile. Each one have his own userfile
by lsn
Sat Sep 15, 2007 1:30 pm
Forum: Scripting Help
Topic: * Duplicate user record 'xxxx'!
Replies: 4
Views: 3474

eggdrop 1.6.18 and tcl 8.4
Hope this helps.

But i get this error on all my eggdrops not just one ..
by lsn
Sat Sep 15, 2007 4:14 am
Forum: Scripting Help
Topic: * Duplicate user record 'xxxx'!
Replies: 4
Views: 3474

* Duplicate user record 'xxxx'!

i need help with this problem i have an users array like set users(xxxx) "*!*@xxxx.users.undernet.org" and foreach user [array names users] { if {![validuser $user]} { adduser $user $users($user) } } and every time the bot got rehash, i get this error and the bot rewrite the original user ...
by lsn
Mon Dec 26, 2005 2:56 pm
Forum: Scripting Help
Topic: Encrypt
Replies: 29
Views: 21581

Seems like i finally done it. thanks 8)
by lsn
Fri Dec 23, 2005 11:51 am
Forum: Scripting Help
Topic: Encrypt
Replies: 29
Views: 21581

ok, i tryied to do the exact code of user proc demobf args { #OBF return "Hello world" #/OBF } and i get exacly the same error [17:49:01 lsn@*** ~]$ tclsh8.4 tcl x.tcl z.tcl 0 parts obfuscated. [17:49:17 lsn@*** ~]$ cat z.tcl proc demobf args { #OBF return "Hello world" #/OBF } S...
by lsn
Fri Dec 23, 2005 8:21 am
Forum: Scripting Help
Topic: Encrypt
Replies: 29
Views: 21581

I write that code into a file named tcl
I run the code:

Code: Select all

tclsh8.4 tcl x.tcl z.tcl
I get this
0 parts obfuscated.
And the file z.tcl was identical with x.tcl, nothing has changed.. What goes wrong ?
by lsn
Mon Oct 18, 2004 12:04 pm
Forum: Archive
Topic: how to write ..
Replies: 5
Views: 2184

YooHoo wrote:beginner's guide to tcl will get you started...
tcl reference manual will keep you busy for months :wink:
yeah, but i dont have such long time to spare ...


so anyone else ? can help me ?
by lsn
Mon Oct 18, 2004 3:28 am
Forum: Archive
Topic: how to write ..
Replies: 5
Views: 2184

how to write ..

i want to write a script like, from public !chanset mail test@test.ro, then from command !mail, bot will show channel mail; on !chanset mail , he must clear channel mail and no mail is set on command mai, bot will answear : mail not setup yet .... can you guide me how to make such of script ? :mrgre...
by lsn
Fri Oct 15, 2004 4:48 am
Forum: Archive
Topic: can this respod to nick ...
Replies: 1
Views: 1040

can this respod to nick ...

i got this google script bind pub - .google pub_google set google(MAX) 10 set google(deny_CHANS) { "#chan1" "#chan2" } package require http proc pub_google {nick uhost hand chan arg} { global google if {[lsearch [string tolower $google(deny_CHANS)] [string tolower $chan]]!="...
by lsn
Mon Sep 27, 2004 2:17 am
Forum: Archive
Topic: bind notc
Replies: 17
Views: 9559

ok now its working, and the second one is working too, :mrgreen:

Thanks awyeah :-?
by lsn
Mon Sep 27, 2004 1:45 am
Forum: Archive
Topic: bind notc
Replies: 17
Views: 9559

i get

Code: Select all

[08:43:56] <aZ> OPER UP: * :*** Notice -- nick (ident@host) is now operator (O)
by lsn
Mon Sep 27, 2004 1:18 am
Forum: Archive
Topic: bind notc
Replies: 17
Views: 9559

Code: Select all

OPERUP:  is now an IRC Operator.
not recognize

Code: Select all

[lindex [lindex $arg 0] 5]
:cry:
by lsn
Mon Sep 27, 2004 1:10 am
Forum: Archive
Topic: bind notc
Replies: 17
Views: 9559

ok, and for the second one ? :mrgreen:
by lsn
Mon Sep 27, 2004 12:52 am
Forum: Archive
Topic: bind notc
Replies: 17
Views: 9559

set home "#chan" bind raw -|- "NOTICE *is now operator*" operjoin proc operjoin {from idx args} { global botnick home set nick [lindex [lindex $args 0] 4] puthelp "PRIVMSG $home :OPERJOIN: $nick is now an IRCoperator" return 0 } bind raw -|- "NOTICE *HACK(4)*"...
by lsn
Sat Sep 25, 2004 3:25 am
Forum: Archive
Topic: bind notc
Replies: 17
Views: 9559

hm... so what can i do then ? :P