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

by De Kus
Sat Feb 22, 2003 3:39 pm
Forum: Archive
Topic: mass changing flags
Replies: 4
Views: 968

or...

you open your userfile with a text editor and replacing for example hpgvx to hpvx in the whole userfiles :). and reload the userfiles with .reload in partyline after it.
by De Kus
Sat Feb 22, 2003 3:32 pm
Forum: Archive
Topic: what`s wrong in this script ?
Replies: 12
Views: 2271

hmmm

means the [string match m*h muh] expression works? great, ill remember that :D.
by De Kus
Sat Feb 22, 2003 3:24 pm
Forum: Archive
Topic: doing something the moment a file is created
Replies: 7
Views: 1362

in tcl-commands.doc are all binds availble listed.
by De Kus
Sat Feb 22, 2003 3:14 pm
Forum: Archive
Topic: How to do multiple channel support.
Replies: 8
Views: 1609

However, at the same time, the original post was correct. "5 * *", Note the lack of wildcard before the 5, meaning this must be at the start. yes, its at the front, and this means its never true, because minute, hour, day, month have a zero padding so they are exactly two characters long ...
by De Kus
Sat Feb 22, 2003 3:07 pm
Forum: Archive
Topic: what`s wrong in this script ?
Replies: 12
Views: 2271

bad suggestion, i think. because $who will not be a nick, but a hostmark in case of a +b chanmode ;). but you are right, i should tolower the string! :D lets show it in an example. lets say we are on an irc server having a bot called "StarZ|Clan" on hostmark "ben1@server4.phoenix-shel...
by De Kus
Sat Feb 22, 2003 2:59 pm
Forum: Archive
Topic: Banning Scripts
Replies: 15
Views: 3891

ohm

had to fix some fatal bugs (bad expression), which caused the script to not work on tcl 8.3.4 or unix in gernal.

02-26: 1 more fix...
by De Kus
Sat Feb 22, 2003 12:55 am
Forum: Archive
Topic: what`s wrong in this script ?
Replies: 12
Views: 2271

well, well

there are really a few misstakes. fot comparing the banhostmark i would try using string match comparing "$botnick![getchanhost $botnick]" with "$who". i hope string match can compare with wildcards, i think it can, but im not sure. but i am sure there is a way to do that. then i...
by De Kus
Fri Feb 21, 2003 3:48 pm
Forum: Archive
Topic: How to do multiple channel support.
Replies: 8
Views: 1609

ok, ok

seems you need an example: like of the disciption from the doc file 2003-2-21 20:44 will be masked as ["44 20 21 02 2003". 44 is not dividable by 5, bot it still matchs "*0 * *" !!! first * is "44 2" then comes 0, then space, then "21 02", one more space, then...
by De Kus
Fri Feb 21, 2003 3:40 pm
Forum: Archive
Topic: Help me with editing this (Part 2 :))
Replies: 13
Views: 2580

hihi

he seems to be in love with tolower, just dont tolower the botnick, not neccerary in this case again and making only troubles :).
by De Kus
Fri Feb 21, 2003 9:14 am
Forum: Archive
Topic: Help me with editing this (Part 2 :))
Replies: 13
Views: 2580

only because i am curious

but why the hell do you need a takeover script, like you called it yourself?
Insectora wrote:putdcc $idx "TaKeOvEr 1.0 by SaVeR"
by De Kus
Fri Feb 21, 2003 9:01 am
Forum: Archive
Topic: How to do multiple channel support.
Replies: 8
Views: 1609

*grml*
PS: you can delete this double post...
by De Kus
Fri Feb 21, 2003 8:54 am
Forum: Archive
Topic: How to do multiple channel support.
Replies: 8
Views: 1609

just a little tip :) this can be done by using just two lines: bind time - "*0 * *" services_check bind time - "*5 * *" services_check i am unsure, wouldn't this trigger each minute when hour or day contains 0 or 5? you probably mean bind time - "*5 * * * *" services_c...
by De Kus
Thu Feb 20, 2003 7:23 pm
Forum: Archive
Topic: RFC
Replies: 5
Views: 1268

Botnet

you are talking about a botnet!? bots opping each other, sharing userfiles, forward seen requests etc.?
by De Kus
Thu Feb 20, 2003 7:22 pm
Forum: Archive
Topic: help
Replies: 1
Views: 667

hmmm

1. bad topic
2. this script is included in the bot package and called sentinel.tcl
by De Kus
Thu Feb 20, 2003 3:22 pm
Forum: Archive
Topic: RFC
Replies: 5
Views: 1268

i wonder what rfc1459.c is for?
and as i know eggdrop is strict rfc1459 conform, or isnt it?