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

by ujjain
Sat Oct 08, 2011 6:17 pm
Forum: Scripting Help
Topic: GTranslate is not working because of TCL issues
Replies: 19
Views: 24120

I have new code, it works perfectly and is extremely light-weight and simple. administrator@artemis:~$ cat /home/administrator/eggdrop/scripts/gtranslate.tcl namespace eval gTranslator { # Factor this out into a helper proc getJson url { set tok [http::geturl $url] set res [json::json2dict [http::da...
by ujjain
Tue Jun 14, 2011 8:22 am
Forum: Script Requests
Topic: Unable to find several scripts for a Freenode channel
Replies: 1
Views: 2513

Unable to find several scripts for a Freenode channel

I have been looking for the following scripts in the following archives, but unable to find them: http://www.egghelp.org/tcl.htm http://www.tclscript.com/index.shtml Notes - Leave notes for people and send them in public channel to them when they come online. Quotes - Lot of scripts out there that p...
by ujjain
Thu Nov 25, 2010 10:31 am
Forum: Scripting Help
Topic: GTranslate is not working because of TCL issues
Replies: 19
Views: 24120

CrazyCat wrote:@speechies: I know my tcl isn't efficient, it was just an exercice to use the Google Translate API, and I didn't work alot about the language detection / translation.

BTW, I think I'll do a wonderfull version soon :D Ok, let's say a better one :)
Do you have any idea how I can solve the Tcl error?
by ujjain
Sat Nov 20, 2010 3:27 pm
Forum: Scripting Help
Topic: GTranslate is not working because of TCL issues
Replies: 19
Views: 24120

You might have a point, although it might take me much time to scrap the other features from that script. I have another script that does almost all Google functions, but it is was used spamishly in our language channel. Our channel is about learning languages and I prefer a bot with little function...
by ujjain
Sat Nov 20, 2010 1:40 pm
Forum: Scripting Help
Topic: GTranslate is not working because of TCL issues
Replies: 19
Views: 24120

There is no language limitation in place. I changed the comparization in source code to -10, effectively killing the language limit: if { [lsearch $::gTranslator::lngs $lngto] == -10 } { This effectively ends any relevance of lngs. I will rewrite the entire TCL-script when I have time, but it works ...
by ujjain
Sat Nov 20, 2010 11:47 am
Forum: Scripting Help
Topic: GTranslate is not working because of TCL issues
Replies: 19
Views: 24120

Well, I'll have a look on this trouble. I'm using Debian, so it might be hard to reproduce the trouble, but I'll find the solution :) Thank you. If you wish to access my CentOS VM, that's no problem. set text [::http::formatQuery q [join [lrange [split $text] 1 end]]] set dturl "http://ajax.go...
by ujjain
Fri Nov 19, 2010 1:54 pm
Forum: Eggdrop Help
Topic: Crashed twice in 2 weeks while writing user and channel file
Replies: 2
Views: 2529

Yes, but only one simple Google Translate script, see http://forum.egghelp.org/viewtopic.php?p=95137.
by ujjain
Fri Nov 19, 2010 1:35 pm
Forum: Scripting Help
Topic: GTranslate is not working because of TCL issues
Replies: 19
Views: 24120

Unfortunately the same error. I replaced http.tcl (renamed old version) and restarted the entire VM to be completely certain it would not do anything with the http.tcl. I know, was probably not necessary. I added package require http before the source scripts/gtranslate.tcl line to be completely cer...
by ujjain
Fri Nov 19, 2010 10:15 am
Forum: Scripting Help
Topic: GTranslate is not working because of TCL issues
Replies: 19
Views: 24120

GTranslate is not working because of TCL issues

While moving my eggdrop from an Ubuntu server to CentOS. Unfortunately I am having issues with getting a tcl script working. I was told to add package require http at the top of the script, but this does not make a difference. [14:54:23] Tcl error [gTranslator::translate]: invalid command name "...
by ujjain
Wed Nov 17, 2010 11:48 am
Forum: Eggdrop Help
Topic: How to configure virtual host when IP adres is internal?
Replies: 0
Views: 1811

How to configure virtual host when IP adres is internal?

I have an eggdrop that uses IP 192.168.1.110. I wish to have it use a virtualhost (subdomain.mydomain.com). I do control 8 ipv4 ip-addresses, but I wish to share them among several servers. Only very important ones get dedicated IP addresses. I wonder how I can properly configure a virtualhost and w...
by ujjain
Wed Nov 17, 2010 11:45 am
Forum: Eggdrop Help
Topic: Crashed twice in 2 weeks while writing user and channel file
Replies: 2
Views: 2529

Crashed twice in 2 weeks while writing user and channel file

Because our channel no longer has an owner, and just two active operators, we have chosen to use a bot for give other users ownership. In this case it's vital that uptime of the bot is good, or the channel will be op-less. Unfortunately the bot has crashed twice in 2 weeks. This requires the bot to ...
by ujjain
Mon Oct 11, 2010 10:26 am
Forum: Scripting Help
Topic: Issues with special characters in scripts.
Replies: 1
Views: 4260

Issues with special characters in scripts.

I hope that I am able to explain this correctly, because nobody was able to help me on #eggdrop at Freenode. Eggdrop scripts like Bogustrivia and GTranslate do not show special characters correctly, but show question-marks on many computers of my channel's users. I have no issues with mIRC, but I do...