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

by DarkDeviL
Mon Dec 26, 2005 8:07 am
Forum: Scripting Help
Topic: Drone idents
Replies: 2
Views: 6048

Drone idents

Hey... In my channel, I use a autovoice script I made, just a simple one, like everyone can make it... Now, there's a problem - typical "drones", or "flood clones", or whatever. Those with idents similar to: 's691', 'k392', ...etc. Short said, one letter - following by three digi...
by DarkDeviL
Wed Dec 21, 2005 12:06 am
Forum: Scripting Help
Topic: undernet mode +x
Replies: 3
Views: 7644

It is RAW 330. :) The parameters should be likely: :hub.uk.staynet.org 330 your_own_nick whois_on account :is authed as :hub.uk.staynet.org 330 your_own_nick whois_on account :is logged in as Example(s): :hub.uk.staynet.org 330 evil-b0t DarkDeviL^ DarkAuth :is authed as -- DarkDeviL^ is authed as Da...
by DarkDeviL
Mon Dec 19, 2005 2:33 pm
Forum: Scripting Help
Topic: bind time, each quarter, (but hourly an extra command)
Replies: 6
Views: 10809

Isn't that a bug in the eggdrop then?

I just checked my crontab, in there the '0 * * * * <command>' works fine. :o
by DarkDeviL
Mon Dec 19, 2005 2:08 pm
Forum: Scripting Help
Topic: bind time, each quarter, (but hourly an extra command)
Replies: 6
Views: 10809

Sir_Fz wrote:Try

Code: Select all

if {[string equal 00 $min]} {
00 ?

Is it "00 * * * *" (zero twice) when the hour changes?

if, then it's the bind there's wrong? :shock:
by DarkDeviL
Mon Dec 19, 2005 11:34 am
Forum: Scripting Help
Topic: bind time, each quarter, (but hourly an extra command)
Replies: 6
Views: 10809

bind time, each quarter, (but hourly an extra command)

Hey! As I said in the topic, I have it like: bind time - "0 * * * *" ac_quarter bind time - "15 * * * *" ac_quarter bind time - "30 * * * *" ac_quarter bind time - "45* * * *" ac_quarter proc ac_quarter {min hour day month year} { if {$min=="0"} { ac...
by DarkDeviL
Tue Jul 05, 2005 6:33 am
Forum: Archive
Topic: "list element in quotes..." - any ideas?
Replies: 2
Views: 1741

It works ;-)

Thank you...
by DarkDeviL
Mon Jul 04, 2005 5:54 pm
Forum: Archive
Topic: "list element in quotes..." - any ideas?
Replies: 2
Views: 1741

"list element in quotes..." - any ideas?

bind raw - "322" do_raw_channellist proc do_raw_channellist {from raw text} { set chan [lindex $text 1] if {![validchan $chan]} { channel add $chan } } [22:50] Tcl error [do_raw_channellist]: list element in quotes followed by "," instead of space Anyone have any ideas to this e...
by DarkDeviL
Mon Jul 04, 2005 4:08 pm
Forum: Archive
Topic: Ban question
Replies: 5
Views: 2511

* = wildcard ? = one wildcard (just one character, doesn't matter which one) Example: *!*@H?y.com It will match everything like: h3y.com, hey.com, hay.com, hby.com, everything that have one character between 'h' and 'y'. And there MUST be a character between, if it's just hy.com, it wouldn't match. ...
by DarkDeviL
Mon Jul 04, 2005 1:50 pm
Forum: Archive
Topic: Identd problems.
Replies: 11
Views: 4433

Hehe... Standard procedure for copyright-comment ;)
by DarkDeviL
Mon Jul 04, 2005 12:36 pm
Forum: Archive
Topic: Identd problems.
Replies: 11
Views: 4433

########################################################### ## identd.tcl ~ makes your eggies working with oidentd ! ## ########################################################### ## Author info: ## ## ## ## Nick : DarkDeviL ## ## E-mail : darkdevil (at) staynet.org ## ## Webby : www.darkdevil.dk #...