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

by ap
Sat Mar 22, 2008 11:20 pm
Forum: Scripting Help
Topic: Tip of the day - section
Replies: 2
Views: 1718

Sir_Fz, thank you so much, now i got it.
by ap
Sat Mar 22, 2008 4:20 pm
Forum: Scripting Help
Topic: Tip of the day - section
Replies: 2
Views: 1718

Tip of the day - section

Hi, I was reading Tip of the day - section in the forum and i have few questions. what's the purpose to have proc eventloop, proc pp, proc pv, proc pn, proc indent -> http://forum.egghelp.org/viewtopic.php?t=9559&postdays=0&postorder=asc&start=45 and also proc wordwrap. I mean how to use...
by ap
Sun Jun 24, 2007 11:23 am
Forum: Scripting Help
Topic: wrong # args: should be
Replies: 1
Views: 2182

if you're after /msg command then MSG bind required 4 arguments and you're using 5 if you're after pub bind and you like to use the public command then you're using the wrong bind bind pub - !sayhellotome msg:helloonrequest proc msg:helloonrequest { nick uhost hand chan text } { putserv "NOTICE...
by ap
Wed Jun 20, 2007 11:21 pm
Forum: Script Requests
Topic: mode
Replies: 11
Views: 4789

nml375, Sir_Fz; Thank you so much.
by ap
Tue Jun 19, 2007 9:17 pm
Forum: Script Requests
Topic: mode
Replies: 11
Views: 4789

Thank you very much everyone. sorry one last question please. if i have a dcc procedure like proc dcc:test {handle idx text } {......} and i wanted to call this from the following codes, what would be the correct way. proc count:mode {nickname hostname handle channel mode target} { ....... if {$coun...
by ap
Mon Jun 18, 2007 11:10 pm
Forum: Script Requests
Topic: mode
Replies: 11
Views: 4789

Hi Sir_Fz,

When first time bot sets +i mode due to floods then it should start the count.
thank you
by ap
Sun Jun 17, 2007 9:58 pm
Forum: Script Requests
Topic: mode
Replies: 11
Views: 4789

mode

Hi, i would appreciate if someone can write me a small procedure to count how many time bot has set +i mode in the channel? if count is greater than 5 then set +m mode

thank you
by ap
Sat Jun 09, 2007 6:44 pm
Forum: Scripting Help
Topic: bans
Replies: 2
Views: 2444

ahhhh thank you so much
by ap
Sat Jun 09, 2007 5:55 pm
Forum: Scripting Help
Topic: bans
Replies: 2
Views: 2444

bans

Hi, i'm trying to write sticky bans to the file but somehow the following snippet writes just one line. I'll appreciate for your help - thx foreach b [banlist] { if {[isbansticky [lindex $b 0]]} { set x [open $::stickylog "w"] puts $x "[lindex $b 0]" close $x } }
by ap
Sun Jun 03, 2007 9:40 pm
Forum: Eggdrop Help
Topic: sticky bans
Replies: 5
Views: 3085

thank you so much
by ap
Sun Jun 03, 2007 9:04 pm
Forum: Eggdrop Help
Topic: sticky bans
Replies: 5
Views: 3085

thanks, no i have +dynamicbans. i'm using eggdrop1.6.18 [20:51] <(tstbot> Settings for static channel #tstbot: [20:51] <(tstbot> Protect modes (chanmode): +tn-mik [20:51] <(tstbot> Idle Kick after (idle-kick): DON'T! [20:51] <(tstbot> stopnethack-mode: 3 [20:51] <(tstbot> aop-delay: 5:30 [20:51] <(t...
by ap
Sun Jun 03, 2007 10:25 am
Forum: Eggdrop Help
Topic: sticky bans
Replies: 5
Views: 3085

sticky bans

Hi, I have set some sticky bans and they worked pretty good but sometime i had noticed that they're not stuck and i had to use again .stick ban hostmask to stick them again. Anyone knows why this happens? is there any command i can just type it and bot should put it back? or any advise? suggestions ...
by ap
Sun May 20, 2007 3:46 pm
Forum: Scripting Help
Topic: on join
Replies: 22
Views: 11470

thank you again nml375, i'll give it a try
by ap
Sun May 20, 2007 2:39 pm
Forum: Scripting Help
Topic: on join
Replies: 22
Views: 11470

thank you nml375; I've created invite handle and added 4,5 ip/hosts to it to test it. they all are added like *!*ident@ip and their idents are different. When channel is invite only then they cann't get in so i cann't use .channel command to see.. so these codes are correct? bind msg Z inv msg:invit...
by ap
Sun May 20, 2007 12:33 am
Forum: Scripting Help
Topic: on join
Replies: 22
Views: 11470

now they don't work at all