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

by l337
Tue Aug 30, 2005 6:06 am
Forum: Archive
Topic: How to get a timestamp from a d-M-Y date?
Replies: 1
Views: 2692

How to get a timestamp from a d-M-Y date?

Hi all. I've for example a date like 23-08-2005, and I would like to convert it in the unixtime.
Thanks for ur help :p
by l337
Wed May 11, 2005 10:07 am
Forum: Eggdrop Help
Topic: joined #chan but didn't want to!
Replies: 7
Views: 8930

i've read this .. don't found anything relating my prob.
by l337
Wed May 11, 2005 10:00 am
Forum: Eggdrop Help
Topic: joined #chan but didn't want to!
Replies: 7
Views: 8930

je ne vois pas ou c'est ?
by l337
Wed May 11, 2005 7:45 am
Forum: Eggdrop Help
Topic: joined #chan but didn't want to!
Replies: 7
Views: 8930

joined #chan but didn't want to!

How to disable this function ? I've an eggdrop on my psybnc and I don't want he part the chan I do... I don't want to do .+chan #chan.. for each chan I join. How to disable the "auto-part" on eggdrop ? thanks ;)
by l337
Sat Jan 15, 2005 4:50 pm
Forum: Archive
Topic: Replacing in a variable a word by a value of another var..
Replies: 2
Views: 1393

working, thank you :)
by l337
Sat Jan 15, 2005 4:38 pm
Forum: Archive
Topic: Replacing in a variable a word by a value of another var..
Replies: 2
Views: 1393

Replacing in a variable a word by a value of another var..

Hello:) this is my code : bind pub - !try try proc try {nick uhost hand chan arg} { set var1 "Salut ca va bien et toi" set var2 [string map {"Salut" "Aurevoir"} $var1] set var_replace "erf" set var3 [string map {"Salut" $var_replace} $var1] putquick ...