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

by Freez
Mon Sep 06, 2004 12:15 pm
Forum: Archive
Topic: Sending a mail with attachement....
Replies: 1
Views: 966

Sending a mail with attachement....

Hi! I have write an tcl script that create an html file. Now a would like to mail that file. This is my code exec mail -s $subject $to_address < $attachement It works but the contect of $attachement would be the boddy of the mail. How can i added it as an attachement? Than you! Sorry for me bad engl...
by Freez
Mon Sep 06, 2004 8:00 am
Forum: Archive
Topic: How to make a script that runs on specified time?
Replies: 10
Views: 2528

Thank you! It works good!

Do someone know how i can check the day? Not the date!
Like this:

Code: Select all

if ($day == Sunday) then proc
by Freez
Thu Sep 02, 2004 1:14 pm
Forum: Archive
Topic: How to make a script that runs on specified time?
Replies: 10
Views: 2528

It works! I would to like to know how i callup an procedure. But how? proc tgstop {nick host hand chan text} { global tghinttimer tgnextqtimer tgplaying tgchan tgcurrentanswer tgstreak tgstreakmin global tgerrremindtimer tgrebindhinttimer if {[strlwr $tgchan]==[strlwr $chan]} { if {$tgplaying==1} { ...
by Freez
Thu Sep 02, 2004 12:28 pm
Forum: Archive
Topic: How to make a script that runs on specified time?
Replies: 10
Views: 2528

I have this but it don't work... something wrong? set tgchan "#triviant" bind time - "* * * * *" timed_modes proc timed_modes {min hour day month year} { if {$hour == 18 && $min == 30} { pushmode $tgchan -mi } if {$hour == 00} { pushmode $tgchan +mi } } Update: [18:30] Tc...
by Freez
Thu Sep 02, 2004 12:20 pm
Forum: Archive
Topic: How to make a script that runs on specified time?
Replies: 10
Views: 2528

I have try also with minutes, but i don't work. What do i have made wrong?

Code: Select all

bind time - "* * * * *" timed_modes 
proc timed_modes {min hour day month year} { 
if {$hour == 18 && $min == 20} { pushmode $tgchan -mi }
if {$hour == 00} { pushmode $tgchan +mi }
} 
by Freez
Wed Sep 01, 2004 9:16 am
Forum: Archive
Topic: How to make a script that runs on specified time?
Replies: 10
Views: 2528

How to make a script that runs on specified time?

Hi!

I would like to excute soms tcl commands at one specified time.

Time = 18:00 > set mode $chan +mi
Time = 00:00 > set mode $chan -mi

But how? I means its with if ($time == 18:00) but i think it don't work.

Tank You!
by Freez
Mon Aug 30, 2004 1:26 pm
Forum: Archive
Topic: Handle problem...
Replies: 6
Views: 1754

I have chang me own host but now i m lost me handle... how do i add a new handle? First things first.... read the Command Reference like 100 times...then open up your shell, download the entire '~/doc directory', read it as well 100 times....if you still don't get it, then make a post. :wink: sorry...
by Freez
Mon Aug 30, 2004 11:38 am
Forum: Archive
Topic: Handle problem...
Replies: 6
Views: 1754

MeTroiD wrote:Change the host.

Change your own host to the exact host your using not just mirc@*.adsl.xs4all.nl.
I have chang me own host but now i m lost me handle... how do i add a new handle?
by Freez
Mon Aug 30, 2004 11:04 am
Forum: Archive
Topic: Handle problem...
Replies: 6
Views: 1754

Handle problem...

Hello, I have some users on me channel. Im opped and protected... but last i see this with the .channel command <triviabot> @menick mehandle --- N 6m mirc@XXXXX.adsl.xs4all.nl <triviabot> anothernick mehandle 16:53 N mirc@XXXXX.adsl.xs4all.nl Sow we have the same hostmask, what happens: he would be ...
by Freez
Tue Aug 24, 2004 2:05 pm
Forum: Archive
Topic: Bot kicks while +f flags
Replies: 1
Views: 1179

Bot kicks while +f flags

Hello,

I have eggdrop installed, i have idle_kick 1

now i add a user

.chattr HtS +f #Trivia

But this user is also kicked for idle. I give him +m flags but also he kicked. What do im wrong? I like to protect some users for idle kick.

Thanks!