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

by pinkel
Wed Jun 17, 2009 5:42 am
Forum: Shell & Bouncer Help
Topic: getting todays date
Replies: 1
Views: 9791

getting todays date

How can I get todays date in format: mmdd

thanks
by pinkel
Fri Aug 01, 2008 11:32 am
Forum: Other Topics
Topic: looking for a code for .php
Replies: 1
Views: 3262

looking for a code for .php

I am trying to build a .php script

I need a little help.

I want to use a code like this:

Code: Select all

if {[string eq $text "*.sfv"] == 1 } {
But then for .php

Anyone that can help?

thanks
by pinkel
Sun Jun 15, 2008 5:10 am
Forum: Scripting Help
Topic: delay putallbots
Replies: 1
Views: 1772

delay putallbots

I want to delay the putallbots announce for 3 secs. I tried it this way: utimer 3 putallbots "!channels $text" utimer 03 putallbots "!channels $text" but both gives the error: Tcl error [say]: wrong # args: should be "utimer seconds command" What do I need to change? Th...
by pinkel
Sat May 31, 2008 7:43 am
Forum: Scripting Help
Topic: wget tcl
Replies: 5
Views: 7816

so someting like this will work?

Code: Select all

[exec wget -O -b /var/www/temp/$filename $url]
by pinkel
Sat May 31, 2008 5:30 am
Forum: Scripting Help
Topic: wget tcl
Replies: 5
Views: 7816

wget tcl

Is it possible to use wget in .tcl?
by pinkel
Sun May 25, 2008 5:00 pm
Forum: Eggdrop Help
Topic: error and plain text with putnow
Replies: 6
Views: 7414

I use this code to sent the text without buffering: proc putnow { a } { append a "\n" putdccraw 0 [string length $a] $a } I replace putserv/putquick with putnow. To encrypt the text I use: tcleggdrop_mcpsfuncs.tcl tcleggdrop_mcps_sitesettings.ini If I use putserv/putquick then al the text ...
by pinkel
Sun May 25, 2008 8:36 am
Forum: Eggdrop Help
Topic: error and plain text with putnow
Replies: 6
Views: 7414

error and plain text with putnow

I am using: tcleggdrop_mcpsfuncs.tcl tcleggdrop_mcps_sitesettings.ini Everyting works fine if I use putserv and putquick. But if I use putnow I am getting this error: Tcl error [mcpshandlepubOK]: wrong # args: should be "info nick uhost hand chan text" and the stuff is announced in plain t...
by pinkel
Wed May 21, 2008 3:03 pm
Forum: Scripting Help
Topic: return 0 by number
Replies: 3
Views: 1992

return 0 by number

I am looking for the code that will return 0, if the $text contains one or more of the numbers: 1234567890 and/or a . (dot)

tnx