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

by [Lt]im
Thu Aug 24, 2006 6:05 pm
Forum: Scripting Help
Topic: Help: nick filter
Replies: 3
Views: 4428

Yeah,... but i really need "nick filter", that bot wount let to add new admin if he has "[ ]" in his nick, because after game, bot writes [admin] to pwf_stats like this - {[admin]}, and when gstat command is used, bot craches while trying to read {[admin]} from pwf_stats. :roll:
by [Lt]im
Thu Aug 24, 2006 5:08 pm
Forum: Scripting Help
Topic: Help: nick filter
Replies: 3
Views: 4428

Help: nick filter

Hello, i have this proccess: proc pwf_addadmin {nick uhost hand channel rest} { global pwf_pickupchan pwf_qauthnick pwf_qauthnick_timers pwf_qauth set channel [string tolower $channel] if { $channel == $pwf_pickupchan } { set victime [lindex $rest 0] if { [matchattr $hand H] } { if [matchattr $hand ...
by [Lt]im
Wed Aug 23, 2006 4:06 pm
Forum: Script Requests
Topic: need script
Replies: 3
Views: 2915

this should work in dcc chat? i want this to be public command.
by [Lt]im
Wed Aug 23, 2006 3:46 pm
Forum: Script Requests
Topic: need script
Replies: 3
Views: 2915

need script

I need a script, when a command .+m is used bot would lock chan (with mode +m) for 5mins, and after 5mins would automaticaly set mode -m.
by [Lt]im
Thu Jul 20, 2006 4:28 pm
Forum: Eggdrop Help
Topic: dcc chat port on eggdrop
Replies: 1
Views: 3349

dcc chat port on eggdrop

How to set the dcc chat port's range on eggdrop? i need that eggdrop would listen dcc chat on for example 6969 port...
by [Lt]im
Wed Apr 26, 2006 10:10 am
Forum: Script Requests
Topic: Script request
Replies: 1
Views: 3362

Script request

Hello, i need a script which will kick/ban nick if there are symbols [,],{,} in his nick from chan. It would be great. Thanks
by [Lt]im
Tue Apr 25, 2006 10:41 am
Forum: Script Requests
Topic: Need script: messages
Replies: 10
Views: 9198

Can You make that user couldn't write only !zinute without text (bot would notice - Please use !zinute <Your text>), and if user tries to write second message in < 20s bot would notice - You can write only 1 message in 20s. Thanks. It would be great...
by [Lt]im
Fri Apr 21, 2006 7:34 pm
Forum: Script Requests
Topic: Need script: messages
Replies: 10
Views: 9198

Thank You.
by [Lt]im
Fri Apr 21, 2006 6:34 pm
Forum: Script Requests
Topic: Need script: messages
Replies: 10
Views: 9198

Anyone? :roll:
by [Lt]im
Fri Apr 21, 2006 6:29 pm
Forum: Script Requests
Topic: Request script
Replies: 4
Views: 5284

Fixed it by my self... Anyway thank You.
by [Lt]im
Fri Apr 21, 2006 2:57 pm
Forum: Script Requests
Topic: Request script
Replies: 4
Views: 5284

Can You write full script? Becouse i get errors :roll: and dont know how to fix them.
by [Lt]im
Fri Apr 21, 2006 11:08 am
Forum: Script Requests
Topic: Request script
Replies: 4
Views: 5284

Request script

I need a script that will ban nick from chan if it not have @, but nick should have 20s time when joined chan to identify for his nick. Thanks.

(Sory for bad english)
by [Lt]im
Thu Apr 20, 2006 7:45 am
Forum: Script Requests
Topic: Need script: messages
Replies: 10
Views: 9198

Thank You :) I need some more help. I have the code: set admin_chan "#chans" set public_chan "#chan" bind pub - !zinute pub:adm proc pub:adm {nick uhost hand chan arg} { global admin_chan global public_chan if {[string equal -nocase $public_chan $chan]} { putquick "privmsg $...
by [Lt]im
Wed Apr 19, 2006 9:46 am
Forum: Script Requests
Topic: Need script: messages
Replies: 10
Views: 9198

Thank You. It's working.
by [Lt]im
Tue Apr 18, 2006 12:54 pm
Forum: Script Requests
Topic: Need script: messages
Replies: 10
Views: 9198

When i tested your tcl i got error: [19:52:38] * Joins: CssGeras (improx@plieninis.tiltas.lt) [19:52:49] <CssGeras> text 1 [19:52:51] * ChanServ sets mode: +o CssGeras [19:52:56] <CssGeras> text 2 [19:52:58] <CssGeras> text 3 [19:53:11] <CssGeras> text 1 [19:53:13] <CssGeras> text 2 [19:53:15] <CssG...