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

by ranny
Tue Dec 27, 2005 7:16 pm
Forum: Script Support & Releases
Topic: Chanlimit
Replies: 6
Views: 7917

Chanlimit

Hello, i have chanlimit.tcl # ChanLimit.tcl by Nils Ostbjerg <shorty@business.auc.dk> # (C) Copyright (1999) # # This script will limit a channel to the current number of users plus # 5 once every min. # # This version of the ChanLimit script is useable with Eggdrop version # 1.3.x # # Please report...
by ranny
Thu Dec 22, 2005 3:54 am
Forum: Eggdrop Help
Topic: Eggdrop and shell
Replies: 4
Views: 9359

I've the 'check-stoned' setting in my config but eggdrop not connect it :?:
It's possible to make a code tcl who verify that egg is connect ?
by ranny
Wed Dec 21, 2005 4:14 pm
Forum: Eggdrop Help
Topic: Eggdrop and shell
Replies: 4
Views: 9359

Eggdrop and shell

Hello all, I've an eggdrop on shell. But it disconnect many times of the server(ping timeout). But when i connect putty, i see eggdrop with his pid. But it's not connect to the server. It's possible to look every hour if egg is connect to the server and, if no, reconnect it. How? Thx and sorry for b...
by ranny
Wed Dec 07, 2005 5:49 pm
Forum: Scripting Help
Topic: bind time all 4 h
Replies: 4
Views: 9705

You probably mean something like that?! Use your brain, all your hours have a remainder of 0 if you divide them by 4 :D. bind time - "00 *" myproc proc myproc {min h d m y} { if {[expr {$h % 4}] == 0} { ... } } Yes,thx De Kus. I use my brain and i see your error :D The good code is if {[e...
by ranny
Wed Dec 07, 2005 3:08 pm
Forum: Scripting Help
Topic: bind time all 4 h
Replies: 4
Views: 9705

bind time all 4 h

Hello, I want to send a message in a channel all 4 hours. I have this code bind time - "00 00 *" myproc bind time - "00 04 *" myproc bind time - "00 08 *" myproc bind time - "00 12 *" myproc bind time - "00 16 *" myproc bind time - "00 20 *"...
by ranny
Thu Nov 03, 2005 5:46 pm
Forum: Scripting Help
Topic: Tcl error [pub:delgreet]: extra characters after close-quote
Replies: 2
Views: 11066

hello,

replace

Code: Select all

putquick "NOTICE $nick :Greeting for $greetnick has been removed from the "all" block." 
with

Code: Select all

putquick "NOTICE $nick :Greeting for $greetnick has been removed from the \"all\" block." 
by ranny
Tue Oct 04, 2005 2:59 am
Forum: Archive
Topic: rehash error
Replies: 12
Views: 15433

Hello,
it's ok for error message.Thanks for help.
Just,i don't now how write the proc where there is an error.It's possible to find that :?:
by ranny
Sun Oct 02, 2005 2:01 pm
Forum: Archive
Topic: history command
Replies: 1
Views: 5876

history command

hello,

I've this script

Code: Select all

script bind dcc n|- lastproc dcc:last 
proc dcc:last { handle idx text } { 
   putlog [history event -1]
} 
But don't works
[19:55:03] ( ranny ): .lastproc
<mybot>
:?: :?:
by ranny
Sat Oct 01, 2005 6:47 am
Forum: Archive
Topic: rehash error
Replies: 12
Views: 15433

Hum, I don't understand. In partyline i've just <mybot> [12:27] Tcl error [test]: missing " And i will want that the eggdrop write on the channel this message. But with avilon's script the egg write [12:27:34] (@mybot) : TCL ERROR -> [12:27:36] (@mybot) : missing " [12:27:38] (@mybot) : TC...
by ranny
Fri Sep 30, 2005 3:51 pm
Forum: Archive
Topic: rehash error
Replies: 12
Views: 15433

Hello, I've a script test where missing " and the egg write on the channel [21:34:40] ( mybot ): missing " [21:34:41] ( mybot): invalid command name "::errorInfo" | while executing | "::errorInfo {} write" | while compiling | "putquick "privmsg #toto :pol | &q...
by ranny
Fri Sep 30, 2005 12:15 pm
Forum: Archive
Topic: rehash error
Replies: 12
Views: 15433

hello,

I've restart and it's ok.Thanks :lol:
Another question: It's possible to write the name of the proc where there's a error :?:
by ranny
Fri Sep 30, 2005 9:11 am
Forum: Archive
Topic: rehash error
Replies: 12
Views: 15433

Yes thanks, it works.

But egg write several error message and several times.How write just last message error??
by ranny
Thu Sep 29, 2005 3:15 pm
Forum: Archive
Topic: rehash error
Replies: 12
Views: 15433

hum thanks avilon,

but how use that?
by ranny
Thu Sep 29, 2005 1:45 pm
Forum: Archive
Topic: rehash error
Replies: 12
Views: 15433

rehash error

hello

i looking for a script that when it's a error message when rehash, egg write it on the channel.

It's possible??
thx
by ranny
Sun Sep 25, 2005 7:44 am
Forum: Archive
Topic: checking server
Replies: 7
Views: 8807

Yeah,

it's really very nice :lol: