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 greyhound
Sat Aug 16, 2003 6:41 am
Forum: Archive
Topic: öäå in tcl with 1.7
Replies: 6
Views: 1966

I can't find the post i was reading about this problem. I added this code before i printed the data to the chan and then it worked... regsub -all -nocase -- "ä" $html "ä" html regsub -all -nocase -- "ö" $html "ö" html regsub -all -nocase -- "å" $html...
by greyhound
Fri Aug 15, 2003 2:59 pm
Forum: Archive
Topic: öäå in tcl with 1.7
Replies: 6
Views: 1966

When you use this in the script yes, but i download a webpage with those chars in and then ä becomes "ä".

and if you do a search here on this forum you will find more who have the same problem.
It had something to do with TCL and UTF-8.
by greyhound
Fri Aug 15, 2003 7:16 am
Forum: Archive
Topic: öäå in tcl with 1.7
Replies: 6
Views: 1966

Ok, that is great to know.

Then i will just wait and put that script on ice for a while.

THANKS!! (This is also for your other replys that i never thanked you for :) )
by greyhound
Thu Aug 14, 2003 3:05 pm
Forum: Archive
Topic: öäå in tcl with 1.7
Replies: 6
Views: 1966

öäå in tcl with 1.7

How is the work going on fixing so ö ä å works in tcl-scripts on eggdrop 1.7?

I am thinking of makeing my script to a C module but i don't know if it is worth it.
by greyhound
Sun Aug 10, 2003 11:50 am
Forum: Archive
Topic: Addon Script
Replies: 7
Views: 1501

You could try my program EggGUI (http://www.riceri.com/files/download.php?id=3)

It is not done but i have done so you can use it for alot nice things with it.

It would be nice to hear what you think about it if you try it.
by greyhound
Sat Aug 02, 2003 6:14 am
Forum: Archive
Topic: Check if a value is numric
Replies: 1
Views: 917

Check if a value is numric

Is there any easy way to check if a value is numric or a string?
by greyhound
Thu Feb 06, 2003 4:16 pm
Forum: Archive
Topic: get flood setting
Replies: 1
Views: 725

get flood setting

When i try to run "channel get #Channel flood-chan" in a tcl script i get "Unknown channel setting."

Why?
by greyhound
Wed Apr 10, 2002 4:55 pm
Forum: Archive
Topic: Error
Replies: 1
Views: 450

I get a error when i start my bot


Can't load modules compress: d tv@ey to #lamest" ÈW: cannot open shared object file: No such file or directory

How can i fix this?
by greyhound
Sat Feb 09, 2002 5:39 pm
Forum: Archive
Topic: Save settings
Replies: 1
Views: 419

How do i get my scripts to save the settings i use in my scripts so it don't resets when i do a .rehash??
by greyhound
Sat Feb 09, 2002 12:10 pm
Forum: Archive
Topic: HTTP Post
Replies: 1
Views: 473

This can work...

Code: Select all

package require http

bind pub - !send pub_send

proc pub_send {nick host handle chan arg} {
  set nr [lindex $arg 0]
  set msg [lindex $arg 1]
  set url "http://www.arnaudworlds.com/index.php?num=$nr&message=$msg"
  ::http::geturl "$url"
}
by greyhound
Sat Feb 09, 2002 11:22 am
Forum: Archive
Topic: ICQ
Replies: 0
Views: 377

hello, anyone know a tcl script to use for my eggdrop so i can make it connect to ICQ and use all ICQ stuff like send messages and SMS...

anyone know a script that can do this?
by greyhound
Sun Feb 03, 2002 7:57 pm
Forum: Archive
Topic: Problem with 1.6.6
Replies: 1
Views: 497

Hello, i got a strange problem

i can't dcc or telnet to my bot, when i connects i just gets disconnected direct...

anyone know why??