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

by greenbear
Wed Jul 06, 2005 7:32 pm
Forum: Archive
Topic: File Creation Date
Replies: 5
Views: 2375

you could use ctime

Code: Select all

set when [ctime [file atime filename]]
by greenbear
Wed Jul 06, 2005 7:18 pm
Forum: Archive
Topic: File Creation Date
Replies: 5
Views: 2375

afaik that info isnt stored anywhere (correct me if I'm wrong), but you can get the last access time with

Code: Select all

file atime <filename>
by greenbear
Wed Jul 06, 2005 7:05 pm
Forum: Archive
Topic: 'Bad trigger' script
Replies: 3
Views: 2057

malaki86 wrote:Ya - I looked at the putallbots cmd - i just don't want to have to load up all the bots with a 'client' script, to accept the bot cmd from the main.
if you use the dccbroadcast command then you wont have to.
by greenbear
Wed Jul 06, 2005 12:11 pm
Forum: Archive
Topic: Topic
Replies: 4
Views: 2424

by greenbear
Tue Jul 05, 2005 7:08 pm
Forum: Archive
Topic: Botnet and backup hub issue... {SOLVED}
Replies: 9
Views: 3712

on all your leafs, do .botattr <althub> +a
by greenbear
Tue Jul 05, 2005 6:23 pm
Forum: Archive
Topic: a little statistics problem
Replies: 2
Views: 1666

keke?
by greenbear
Tue Jul 05, 2005 6:21 pm
Forum: Archive
Topic: Botnet and backup hub issue... {SOLVED}
Replies: 9
Views: 3712

instead of 2 hubs, just set one of the leafs as alternate hub (botflag +a).
by greenbear
Sat Jul 02, 2005 12:09 am
Forum: Archive
Topic: Parsing commands from channel to FTP-server
Replies: 5
Views: 3064

apparantly raidenftpd is some warez tool that brags about [Eggdrop/IRC Connectivities] -Supports for Eggdrop 1.3x + -Auto reconnect if connection closes -27 events , 69 variables for Eggdrop messages -Possible to send commands to Eggdrop directly from FTP client so why dont you go on and read the do...
by greenbear
Fri Jul 01, 2005 8:40 am
Forum: Archive
Topic: help with ping.tcl
Replies: 7
Views: 2867

you could use something like this

Code: Select all

set starttime [clock clicks -milliseconds]
set length [expr abs([clock clicks -milliseconds] - $starttime) / 1000.0]
putserv "PRIVMSG $chan: It took $length seconds"
by greenbear
Thu Jun 30, 2005 4:00 pm
Forum: Archive
Topic: Any difference between EVAL and EXEC
Replies: 5
Views: 2296

well, for starters, 'eval pwd' executes the tcl command 'pwd', while 'exec pwd' executes the shell command 'pwd'.
by greenbear
Tue Jun 28, 2005 11:36 pm
Forum: Script Support & Releases
Topic: NowPlaying.tcl
Replies: 5
Views: 5410

NowPlaying.tcl

Kinda pointless, but someone asked for it. ### # NowPlaying.tcl v0.1 by greenbear <at> gmail.com # # Announce current and upcomming movies at the theatres. bind pub - !nowplaying pub:playing bind pub - !commingsoon pub:comming if ![info exists egghttp(version)] { putlog "egghttp.tcl was NOT suc...
by greenbear
Sun Jun 26, 2005 10:45 am
Forum: Archive
Topic: Looking for the following
Replies: 2
Views: 1641

sorry but this forum have a strict no warez policy
by greenbear
Sun Jun 26, 2005 10:39 am
Forum: Archive
Topic: wordgame dosent work
Replies: 2
Views: 1449

do you have a wordlist file, and did you specify the correct path to it ?
by greenbear
Sun Jun 19, 2005 7:53 am
Forum: Archive
Topic: utimer problem [noob request]
Replies: 20
Views: 7071

im not the one encouraging people to use code that can be easily exploited. if you plan on using a timer with irc inputs, eg. user nicks.. then for the love of god process it as a list, like demond told you. if you dont know the difference between a string or a list, or fail to see why executing any...
by greenbear
Sun Jun 19, 2005 7:42 am
Forum: Archive
Topic: utimer problem [noob request]
Replies: 20
Views: 7071

thats just gay
awyeah needs to stop encouraging people to do crap coding