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
Mon Nov 03, 2003 10:37 am
Forum: Archive
Topic: Message at specific time
Replies: 4
Views: 1273

LOL

try to think, before posting :D. if you use * or ?? will be same ^^. correct bind would be: bind time - "00 ?8 *" mytime (37) TIME (stackable) bind time <flags> <mask> <proc> proc-name <minute> <hour> <day> <month> <year> Description: allows you to schedule procedure calls at certain times...
by De Kus
Mon Nov 03, 2003 10:29 am
Forum: Archive
Topic: global variable to return pub trigger?
Replies: 9
Views: 1675

I dont know any, but you could make something like bind pub -|- aaa pri:trigger:aaa bind pub -|- bbb pri:trigger:bbb bind pub -|- ccc pri:trigger:ccc proc pri:trigger:aaa {stuff} { pri:tigger $stuff aaa } proc pri:trigger:bbb {stuff} { pri:tigger $stuff bbb } proc pri:trigger:ccc {stuff} { pri:tigge...
by De Kus
Mon Nov 03, 2003 10:24 am
Forum: Archive
Topic: ban +b-b problem: what are my bots doing? o.O
Replies: 6
Views: 1606

what network are you using? what happens, when you typ in mirc

Code: Select all

/raw mode <chan> +b *n?nc??tt*!*@*
while the ban is on channel?
by De Kus
Mon Nov 03, 2003 10:16 am
Forum: Archive
Topic: Need Help With Global Invite+ban
Replies: 1
Views: 796

you probably want to remove if {[matchattr $handle n]} { putnotc $nick "You cannot ban a user added as a Global member." return 0 } and change the ban creation line to newban "*![getchanhost $who]" $nick "$why" $dur this will make a ban not like nick!*@* but *!ident@hos...
by De Kus
Mon Nov 03, 2003 9:53 am
Forum: Archive
Topic: undef ref 2 `_Tcl_AppendResult' comp. botnetop on egg 1.16
Replies: 0
Views: 778

undef ref 2 `_Tcl_AppendResult' comp. botnetop on egg 1.16

OK, since the windrop forum on https://sourceforge.net/forum/forum.php?forum_id=22304 is not really a busy forum, I'll try my luck here, too ^^. First I thought it might be a problem with the nighty cvs build, so I tried it a week later, but I am still getting an fatal error compiling botnetop.mod a...
by De Kus
Fri Sep 05, 2003 8:30 am
Forum: Archive
Topic: A Time Question
Replies: 2
Views: 1307

probably you're searching for the functions unixtime and ctime descripted in tcl-commands.doc
by De Kus
Fri Sep 05, 2003 8:26 am
Forum: Archive
Topic: New user
Replies: 10
Views: 3224

there are nice homepages like www.egghelp.org or www.eggheads.org giving much information about what an eggdrop is ^-^.

just not to say RTFM :D
by De Kus
Fri Sep 05, 2003 8:22 am
Forum: Archive
Topic: Unix / Windows
Replies: 3
Views: 1753

yip

the botnet seems to have a real standard, you can link an eggdrop even to an win32 only GUI angelbot. of course you still have to have the same handlength ;).
by De Kus
Fri Sep 05, 2003 8:12 am
Forum: Archive
Topic: link another bot ?
Replies: 15
Views: 4562

RTFM
by De Kus
Fri Sep 05, 2003 8:10 am
Forum: Archive
Topic: stats.mod doesn't save stats to file any more
Replies: 1
Views: 1202

Solution

*grmbl, grrr*
who would have thought a scriptor of a famos script (moxquizz) would use a variable like statsfile... just changed this variable in script and voila @_o
by De Kus
Sun Aug 17, 2003 10:33 am
Forum: Archive
Topic: stats.mod doesn't save stats to file any more
Replies: 1
Views: 1202

stats.mod doesn't save stats to file any more

my Problem is simple, 1.3.2 and 1.3.3dev1 work well (also 1.40dev20 with small codecut to supress hangup on !top 10 modes or similar), but they simply dont want to save the stats any more. first i thought it would be a problem in 1.3.3dev1 but it seems it isn't so. then i tried to solve the problem ...
by De Kus
Tue Mar 11, 2003 2:03 am
Forum: Archive
Topic: too many connection local or global
Replies: 8
Views: 2554

clones

usually to run more clones than allowed on a network you have to get a thrust. check the homepage and contact the staff to get a thrust. i know only the rules for quakenet, but i suppose other networks will handle similar, so you are suppost to have a static ip, run identd and tell them a cause why ...
by De Kus
Tue Mar 11, 2003 1:57 am
Forum: Archive
Topic: I hate this error PLS HELP !!!
Replies: 13
Views: 3696

ppslim wrote:Da Kus. It isn't the KICK or modes binds.
it doenst matter if it is or not, he is only checking for mode changes, so best bind for this script as it is is mode, isnt it?
by De Kus
Fri Mar 07, 2003 12:52 am
Forum: Archive
Topic: I need a whois script to check domain names recursively
Replies: 4
Views: 1722

ever read the tcl-command.doc? there is an intresting function called dnslookup (you want to get the ip from the hostname, dont you?). to get the hostname use something like: [string range $uhost [string first @ $uhost] e]
by De Kus
Fri Mar 07, 2003 12:45 am
Forum: Archive
Topic: Searching for a specific script
Replies: 1
Views: 632

to be honest i dont understand what your searching for, but for the first:
RTFM
(take a closer look at bind topic and use this to change the topics: putserv "TOPIC #channel :$topic")