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

by Cr4sh
Sun Jun 04, 2006 6:15 pm
Forum: Scripting Help
Topic: Welcome message delay [solved]
Replies: 9
Views: 7042

YOU ARE GREAT!!!
Works perfectly, thx. :wink:
by Cr4sh
Sun Jun 04, 2006 1:17 pm
Forum: Scripting Help
Topic: Welcome message delay [solved]
Replies: 9
Views: 7042

Nobody else have an idea?
by Cr4sh
Fri Jun 02, 2006 10:41 am
Forum: Scripting Help
Topic: Welcome message delay [solved]
Replies: 9
Views: 7042

Probably, but i read...Tcl error [onjoin]: wrong # args: should be "utimer seconds command"... :(
by Cr4sh
Fri Jun 02, 2006 10:00 am
Forum: Scripting Help
Topic: Welcome message delay [solved]
Replies: 9
Views: 7042

This works good, thx :wink:
Now remain only one problem...
by Cr4sh
Fri Jun 02, 2006 9:10 am
Forum: Scripting Help
Topic: Welcome message delay [solved]
Replies: 9
Views: 7042

Thx man! :wink: The last thing... I want that only if the user remain on the channel, the bot give to him the welcome... Something like this: if ($1 ison #channel) {utimer 15 putserv "privmsg $chan : <message>"} ...i've tried to modify with utimer 15 putserv "privmsg $chan : <message>...
by Cr4sh
Fri Jun 02, 2006 8:09 am
Forum: Scripting Help
Topic: Welcome message delay [solved]
Replies: 9
Views: 7042

Welcome message delay [solved]

I have these line: proc onjoin {nick host hand chan} { global botnick if {$botnick == $nick} { } else { if {[validuser $nick] == 1} { if {[passwdok "$hand" ""] == "1"} { putlog "$nick ($hand) Does Not Have A Password Set. /msg $nick." putserv "privmsg $ni...
by Cr4sh
Sat Apr 01, 2006 10:51 am
Forum: Script Support & Releases
Topic: RSS News Help - (perpleXa's rssnews)
Replies: 9
Views: 9593

I've found the solution!!!

The right line to modify is this:

Code: Select all

puthelp "privmsg $chan :($idx) $title"
Now i can to modify it as i want!! :D

demond, thx again for ur script. :wink:
by Cr4sh
Wed Mar 29, 2006 4:46 pm
Forum: Script Support & Releases
Topic: RSS News Help - (perpleXa's rssnews)
Replies: 9
Views: 9593

I'm sorry, but i'm very newbie in this language... :oops: I don't know this: set idx [expr {$num-1}] puthelp "notice $nick :......title($num): [lindex [lindex $news($chan) $idx] 0]" puthelp "notice $nick :description($num): [lindex [lindex $news($chan) $idx] 2]" puthelp "not...
by Cr4sh
Tue Mar 28, 2006 1:16 pm
Forum: Script Support & Releases
Topic: RSS News Help - (perpleXa's rssnews)
Replies: 9
Views: 9593

Thx, i'll try it immediately! :D

edit: It works very good, thank you very much!!
Now, if it isn't a problem for you, i'll try to modify the output like this:

- title - url -
- title - url -
by Cr4sh
Mon Mar 27, 2006 4:55 pm
Forum: Script Support & Releases
Topic: RSS News Help - (perpleXa's rssnews)
Replies: 9
Views: 9593

A question:

DATABASE=scripts/dbase/rssnews/.virus

in which format this file is?

multikon wrote:you can include the db-file on webpages
I read the news from a php nuke site based... :roll:
by Cr4sh
Sat Mar 04, 2006 6:01 pm
Forum: Script Support & Releases
Topic: RSS News Help - (perpleXa's rssnews)
Replies: 9
Views: 9593

I wanted to modify it for to have an automatic news reader, then when i post on the site a news, the script report it on the channel...
by Cr4sh
Sun Feb 12, 2006 10:51 am
Forum: Scripting Help
Topic: Voice script
Replies: 8
Views: 8904

Ok, this's possible i don't verify it again, then there's a way to resolve?
by Cr4sh
Sun Feb 12, 2006 9:31 am
Forum: Scripting Help
Topic: Voice script
Replies: 8
Views: 8904

I've used .adduser command to add to the bot's list the opped user, but it gives them +v again.... :?: :cry:
by Cr4sh
Sun Feb 12, 2006 8:01 am
Forum: Scripting Help
Topic: Voice script
Replies: 8
Views: 8904

Thank you very much, now works perfectly!!
by Cr4sh
Sat Feb 11, 2006 11:17 am
Forum: Scripting Help
Topic: Voice script
Replies: 8
Views: 8904

Sir_Fz wrote:Add the operators to the bot with +o flag and use:
Thanks, just a few and it's ok...
Now the bot don't give +v to himself but already give to me.
I'm added as owner.