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

by Fire-Fox
Sat Jun 29, 2013 8:56 am
Forum: Eggdrop Help
Topic: [SOLVED]Start main bot then slave bots
Replies: 2
Views: 5211

Yes your are right. :)

Got it solved :)
by Fire-Fox
Wed Jun 26, 2013 8:53 am
Forum: Eggdrop Help
Topic: [SOLVED]Start main bot then slave bots
Replies: 2
Views: 5211

[SOLVED]Start main bot then slave bots

Hey!

How can i start the master bot and then start the slave bots that is linking to the master bot ? via cron or some other ?
by Fire-Fox
Sat Jul 28, 2012 2:05 pm
Forum: Scripting Help
Topic: add text to database from text on irc
Replies: 5
Views: 4852

Thanks for the reply!

Well you almost right (or i miss guided you, sorry)

The text thats written on channel should be stored in database, with a giving ending from a switch or some kind...

hope this clear it a little better
by Fire-Fox
Sat Jul 28, 2012 1:50 pm
Forum: Scripting Help
Topic: add text to database from text on irc
Replies: 5
Views: 4852

1). You'd like some action to be triggered if a spoken line of text (in a channel or private msg?) ends with a certain word? - Channel 2). You'd like some action to be triggered if a spoken line of text (in a channel or private msg?), whose last word is not yet present in some kind of database : - Y...
by Fire-Fox
Sat Jul 28, 2012 8:30 am
Forum: Scripting Help
Topic: add text to database from text on irc
Replies: 5
Views: 4852

add text to database from text on irc

Hey!

How do i get tcl to add specific text to database if it has i unique ending

Note: there is no trigger "!"

like :

Code: Select all

some.text.here-endning1
some.text.here-endning2
by Fire-Fox
Tue Jul 24, 2012 9:16 am
Forum: Modules & Programming
Topic: Stats.mod Error Need Help
Replies: 4
Views: 15414

Did you set up the "set 'my-ip'" in the conf ?
by Fire-Fox
Wed Jun 27, 2012 11:12 am
Forum: Script Support & Releases
Topic: urbandict.tcl
Replies: 1
Views: 4127

Fix what ??

Provide a script would be a great start :D
by Fire-Fox
Thu Jun 14, 2012 2:29 pm
Forum: Script Requests
Topic: Certain text message on certain timer
Replies: 3
Views: 5212

Try this : Should work: proc putnoobuser { chan nick } { putserv "NOTICE $nick : $nick You dont have the needed access!" } bind pub -|- !addnews pub_doadvertisment bind pub -|- !deletenews pub_killadvertisment ####################### ## Make Advertisment ## ####################### proc pub...
by Fire-Fox
Mon Jun 11, 2012 2:04 pm
Forum: Scripting Help
Topic: Get file size
Replies: 4
Views: 5108

I know the rules, but is what i have choosen to call it :)
by Fire-Fox
Mon Jun 11, 2012 1:42 pm
Forum: Scripting Help
Topic: Get file size
Replies: 4
Views: 5108

You mean like

Code: Select all

set rawnfo [read $nfofp [file size $nfofile]]
by Fire-Fox
Mon Jun 11, 2012 11:11 am
Forum: Scripting Help
Topic: Get file size
Replies: 4
Views: 5108

Get file size

Hey!

How do i get the filesize of a file stored on server?
by Fire-Fox
Tue Jun 05, 2012 7:08 am
Forum: Script Requests
Topic: [SOLVED][Request] add text from url link to mysqldatabase
Replies: 6
Views: 15408

All done! working as it should package require TclCurl bind pub - !addinfo pub:addinfo proc pub:addinfo {nick uhost hand chan text} { if {[scan $text {%s%s%s} release url filename] != 3} { puthelp "Usage: !addinfo <release> <url> <filename>" return } exec mkdir "/home/bot/1/filesys/in...
by Fire-Fox
Mon Jun 04, 2012 5:16 pm
Forum: Script Requests
Topic: [SOLVED][Request] add text from url link to mysqldatabase
Replies: 6
Views: 15408

Thanks speechles :)

All sortet out! \o/

There is just one thing, the text is placed on new line all the line, how can i put it it should be a copy of the original file, to the file i store.

There will proberly come some acsii aswell how do i handle that...
by Fire-Fox
Mon Jun 04, 2012 5:00 pm
Forum: Script Requests
Topic: [SOLVED][Request] add text from url link to mysqldatabase
Replies: 6
Views: 15408

I'll try it right away, and post the output i get this : [wrong # args: should be "bind type flags cmd/mask ?procname?"] EDIT: fixed by doing : bind pubm - "*!addinfo*" pub:addinfo NEW ERROR: Tcl error [pub:addinfo]: could't open socket: host is unreachable (Name or service not k...
by Fire-Fox
Mon Jun 04, 2012 1:12 pm
Forum: Script Requests
Topic: [SOLVED][Request] add text from url link to mysqldatabase
Replies: 6
Views: 15408

[SOLVED][Request] add text from url link to mysqldatabase

Hey! I looking for a script that can do the following : When a user types !addinfo some.text.here http://url.com/get/?a=info&id=1710031&bot=DB2 (were the info is stored) the script should then, download the text file to /home/information. some.text.here should be the saved name of the filena...