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

by mimic
Fri Nov 21, 2003 5:22 pm
Forum: Archive
Topic: greet greet greet
Replies: 1
Views: 1092

greet greet greet

i added the info line for users along with the channel names but hte bots never sent any greets to them once they join. i also enabled the +greet option for the channel.

any idea
by mimic
Mon Nov 10, 2003 12:41 am
Forum: Archive
Topic: certain scripts
Replies: 5
Views: 1614

the round is over , couldn't find the script i want, anyideas?
by mimic
Wed Nov 05, 2003 11:24 am
Forum: Archive
Topic: certain scripts
Replies: 5
Views: 1614

Thanks Rusher..

anyone knows about a script which open a specific ports to detect port scanners in the channel and kb them ?
by mimic
Tue Nov 04, 2003 2:05 am
Forum: Archive
Topic: certain scripts
Replies: 5
Views: 1614

certain scripts

Hello

I wanna know if anyone could kindly suggest a very good flood protection script for a very *big* channel other than sentinel* and a script which listens on specified ports to hunt down port scanners on join ... anyideas please
by mimic
Sat Aug 16, 2003 11:58 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

it's not an order . i said if youre trying to write a code please do now. that's mean IF . clear enough eh?

peace
by mimic
Sat Aug 16, 2003 10:16 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

dunno what you mean dedan ? but if youre tryin to write the code i want with utimer and killutimer . like the mIRC code i post above . please do now . Thanks
by mimic
Sat Aug 16, 2003 9:42 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

I dunno whats wrong with it ? i really dont know but as long as i really need it i will not give up, but the errors keeps buggin me . I appreciate what you did Sir_Fz i really do you and the others but with the codes you and other have wrote here. some with errors and some wasn't really work . my la...
by mimic
Sat Aug 16, 2003 6:33 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

Sir_Fz your code doesn't return errors? but at the same time it doesn't PRIVMSG the owner? so no effect? let me make it simple here i hope everyone understand mirc commands cause what i'm going to post is the same what i want in eggdrop >>> on 1:nick:{ if (%offnick isin $newnick) { .msg mimic hi the...
by mimic
Sat Aug 16, 2003 2:36 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

look bind nick -|- "*" BOTNEW proc BOTNEW {nick uhost handle newnick} { global botnick offnick if {$botnick == $newnick && $botnick == "offnick"} { putserv "PRIVMSG $owner :ITS NOT WORKING :(" } return 0 } return : Tcl error [BOTNEW]: called "BOTNEW" w...
by mimic
Sat Aug 16, 2003 1:59 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

I can remove $chan and add $owner right , to dedan's code? with no change to the entire script, that means i just change $chan with $owner? just for testing and to understand whats going on? and i still get errors "args" ? dedan change your code so the msg could PRIVMSG the $owner , then i...
by mimic
Sat Aug 16, 2003 11:27 am
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

damn , i just begun and it turned out to be hard. what if i intend to write my own script , what would happen then? a lil small script since yesterday and i've acrossed heeps of errors :( .. not a good start not good at all. i got this now Tcl error [offnick]: called "offnick" with too man...
by mimic
Sat Aug 16, 2003 10:19 am
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

i got this now ..

Tcl error [offnick]: syntax error in expression "$newnick == $botnick && $botnick == botoff"
by mimic
Fri Aug 15, 2003 11:06 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

i got this error

Tcl error [offnick]: wrong # args: should be "botoff"

the nick was botoff , so it wasnt about the case-sensitive.

peace
by mimic
Fri Aug 15, 2003 9:59 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

This is my useless code

Code: Select all

bind NICK - * offnick
proc offnick {nick uhost hand text} {
  if {$botnick == botoff } {
    putserv "PRIVMSG $chan I'm off"
  }
}
But i get this all the time
Tcl error [offnick]: called "offnick" with too many arguments

any ideas?
by mimic
Fri Aug 15, 2003 9:32 pm
Forum: Archive
Topic: request?
Replies: 28
Views: 8548

request?

Hello everyone, I've tried and i mean this but i fear brackets :( . I tried to use bind nick (bind) so when my $botnick change to a specific nick it (putserv) trigger something like "I'm off" .. it's a temp nick and that means the bot went off . i still fear brackets like the mirc commands...