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.

LOL.TCL 8.1a

Support & discussion of released scripts, and announcements of new releases.
t
taxick
Voice
Posts: 24
Joined: Thu Jul 12, 2007 11:44 am

Post by taxick »

lindonato wrote:Hi all
tnx for this script but i have this error in partyline:

LoL's TooLz requires now lang.tcl. Please install it.

Anyone can give help me?

in the script there is write i must install lang.tcl, but i serach it and i don't find it.
Tnx
Here you go: http://www.wub.nu/downloads/lolz.rar
l
lindonato
Voice
Posts: 2
Joined: Tue Feb 10, 2009 4:13 pm

Post by lindonato »

taxick wrote:
Here you go: http://www.wub.nu/downloads/lolz.rar
TNX :)
D
Danik
Halfop
Posts: 49
Joined: Sun Jun 15, 2008 12:59 pm
Location: Moldova
Contact:

Post by Danik »

lindonato wrote:Hi all
tnx for this script but i have this error in partyline:

LoL's TooLz requires now lang.tcl. Please install it.

Anyone can give help me?

in the script there is write i must install lang.tcl, but i serach it and i don't find it.
Tnx
I have this file, I can send it to you via e-mail
N
Nathema
Voice
Posts: 15
Joined: Wed May 13, 2009 6:25 am
Location: The Netherlands
Contact:

Post by Nathema »

The above link is not working anymore.
I tried contacting the maintainers of the code, but the email adresses are no longer valid.

Can somebody link/give me the english lang.tcl for the 8.1 Lol's Toolz?
User avatar
Nor7on
Op
Posts: 185
Joined: Sat Mar 03, 2007 8:05 am
Location: Spain - Barcelona
Contact:

Post by Nor7on »

Hi again guys.

Nathema here the code of lang.tcl.

Code: Select all


set language(default) 1


set language(french) 0

set language(english) 1


proc lang_regsuball {what by arg} {

	regsub -all $what $arg $by arg

	return $arg

}



proc lang_text {tabdata lang index argslist } {

	global ${tabdata}

	array set lang_data [array get ${tabdata}]

	set result $lang_data($lang$index)

	set argidx 0

	foreach arg $argslist {

		set result [lang_regsuball "%$argidx" "$arg" $result]

		incr argidx

	}

	return $result

}



proc getlang { hand } {

	global language

	if {![validuser $hand]} { return $language(default) }

	if {[info exists language([getuser $hand XTRA LANG])]} { 

		return $language([getuser $hand XTRA LANG])	 

	} {

		return $language(default)

	}

}



bind msg - lang msg_lang

bind dcc - lang dcc_lang



proc msg_lang {nick host hand arg} {

	global botnick language

	if {![validuser $hand]} { return 0 }

	set arg [strlwr [charfilter $arg]]

	if {![info exists language($arg)]} {		

		puthelp "PRIVMSG $nick :The available languages are : french english, choose one of them using /msg $botnick lang <your choice>"

		return 0

	}

     	putserv "PRIVMSG $nick :Your language is now : $arg"

      setuser $hand XTRA LANG $arg

	return 0

}



proc dcc_lang {hand idx arg} {

	global language

	set arg [strlwr [charfilter $arg]]

	if {![info exists language($arg)]} {		

		putdcc $idx "The available languages are : french english, choose one of them using .lang <your choice>"

		return 0

	}

     	putdcc $idx "Your language is now : $arg"

      setuser $hand XTRA LANG $arg

	return 0

}





putlog "lang.tcl v1.3 by Thor & Tst - Date : 31-08-02 - Command : .lang | /msg $botnick lang"
Sorry for my website/email it's down, cause i could not renew by reasons for work.
now I am Spanish military, and that clears long time and I cannot already dedicate me to tcl's.

can write to nor7on(to)gmail.com

Sorry a lot.

Cya.
N
Nathema
Voice
Posts: 15
Joined: Wed May 13, 2009 6:25 am
Location: The Netherlands
Contact:

Post by Nathema »

Thanx for ur quick reply <3
N
Nathema
Voice
Posts: 15
Joined: Wed May 13, 2009 6:25 am
Location: The Netherlands
Contact:

Post by Nathema »

Ofcourse i didn't look further than the length of my nose.

Got lang_data errors. Seems i miss the files lol.en.lang / lol.fr.lang
Opened all lol toolz archives i could find, non of those files.

Could u link a full archive with all the necessary files?
User avatar
Nor7on
Op
Posts: 185
Joined: Sat Mar 03, 2007 8:05 am
Location: Spain - Barcelona
Contact:

Post by Nor7on »

The new link to download the tcl is:

http://rapidshare.com/files/328078020/loltcl.rar.html
G
Glontul
Voice
Posts: 2
Joined: Mon Oct 25, 2010 6:21 pm

Post by Glontul »

Nor7on wrote:The new link to download the tcl is:

http://rapidshare.com/files/328078020/loltcl.rar.html

Hello, can you put it on some link else? This one is not working anymore. Thank you . Or if somebody else have it (i mean the full archive) please put it on some link and reply.
User avatar
spithash
Master
Posts: 248
Joined: Thu Jul 12, 2007 9:21 am
Location: Libera
Contact:

Post by spithash »

Here's the official site for it: http://www.leonini.net/lolstoolz.html
Libera ##rtlsdr & ##re - Nick: spithash
Click here for troll.tcl
Post Reply