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

by Torrevado
Sun May 13, 2012 10:58 am
Forum: Scripting Help
Topic: botonchan problem
Replies: 2
Views: 3239

Yes, solving that typo, it works.

Thank you very much, willyw :wink:
by Torrevado
Sat May 12, 2012 5:38 pm
Forum: Scripting Help
Topic: botonchan problem
Replies: 2
Views: 3239

botonchan problem

Hi, writing a very simple script containing /msg commands related to channel's stuff such op, deop, topic, etc. I'm trying to make eggdrop send a msg to $nick when he requests a command for a channel where the bot is not on. So, for an input /msg op #chan <nick> it would send a response "I'm no...
by Torrevado
Sun Nov 14, 2010 9:01 pm
Forum: Scripting Help
Topic: [clock format] issue (SOLVED)
Replies: 2
Views: 3196

@speechles

Simply perfect. Thank you very much :)
by Torrevado
Sun Nov 14, 2010 7:38 pm
Forum: Scripting Help
Topic: [clock format] issue (SOLVED)
Replies: 2
Views: 3196

[clock format] issue (SOLVED)

Hi, I need to customize time format in this (reminder) script. Default format is "%Y-%m-%d %H:%M". It can be easily modified for listing reminders output set when [clock format [lindex $reminder 0] -format "%d-%m-%Y %H:%M"] <torrevado> !reminders <bot> 1 active reminder(s): <torr...
by Torrevado
Sat Nov 13, 2010 8:30 pm
Forum: Script Requests
Topic: Request script for private commands
Replies: 5
Views: 3399

Some tcl scripts already do that. Search on TCL Archive

Example: this one can do it both pub or msg.
by Torrevado
Wed Nov 10, 2010 8:24 pm
Forum: Script Requests
Topic: Pagerank Script Request
Replies: 12
Views: 10208

hm2k wrote:
[05:14:18 pm] > .pr egghelp.org
[05:14:19 pm] <Bot> HM2K, * PageRank: 5/10
It looks nice this way, with a specific and useful response. The other output reply suggested above, is just an inflated piece of sh?t :D
by Torrevado
Mon Nov 08, 2010 5:30 pm
Forum: Script Requests
Topic: Pagerank Script Request
Replies: 12
Views: 10208

hm2k wrote:I've written a Google PageRank script.

Let me know if you're interested.
I've searched but it's not here yet :roll:
by Torrevado
Wed Oct 27, 2010 4:03 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1022902

On "revolving door":

Would it be possible to send a private msg to users that have been banned?.

Thanks.
by Torrevado
Sun Sep 19, 2010 11:12 am
Forum: Script Requests
Topic: world time / weather tcl Requests
Replies: 1
Views: 4704

You should try weather and worldtime tcl's by hm2k Weather: # weather.tcl -- 2.0.3 # # Returns the current weather for the city or postcode using the iGoogle # API for weather. # # Copyright (c) 2010 HM2K # # Name: Weather Lookup # Author: HM2K <irc@hm2k.org> # License: http://www.freebsd.org/copyri...
by Torrevado
Mon Sep 06, 2010 12:39 pm
Forum: Script Requests
Topic: Scramble
Replies: 6
Views: 6314

@caesar: I'd like to show answers also on correctly guessed answers. Is there a way to call a variable from another process? ($word). # From what file are the words that will be scrambed? set scramblefile "scramble.txt" # How many seconds to play a scrambled word? set ssecs 60 # Show the a...
by Torrevado
Sun Aug 22, 2010 1:44 pm
Forum: Scripting Help
Topic: different [rand values] (SOLVED)
Replies: 2
Views: 2414

Yeah, that is.
Thank you very much :wink:
by Torrevado
Sun Aug 22, 2010 11:52 am
Forum: Scripting Help
Topic: different [rand values] (SOLVED)
Replies: 2
Views: 2414

different [rand values] (SOLVED)

Hello,

I'd like to know how to get two different random values. Value 1 + Value 2 *must* be = 100

I tried

Code: Select all

set value1 [rand 100]
set value2 [rand 100]
Obviously doing addition of both values, the result can be less than 100 or upto 200.
by Torrevado
Sun Aug 22, 2010 8:28 am
Forum: Script Requests
Topic: Scramble
Replies: 6
Views: 6314

by Torrevado
Wed Aug 18, 2010 2:45 pm
Forum: Script Requests
Topic: country codes
Replies: 3
Views: 2869

@willyw

Thank you very much :)
by Torrevado
Wed Aug 18, 2010 7:46 am
Forum: Script Requests
Topic: country codes
Replies: 3
Views: 2869

country codes

Hello, I'm trying to modify this old country code script. It just find a country name for a given country code: !country US <bot> result: code US is from United States I'd like it to find *also* a country code for a country name: !country United States <bot> result: United States code is US I notice...