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

by Sh3ny
Wed Aug 20, 2008 3:39 pm
Forum: Script Requests
Topic: unban public command with security code.
Replies: 7
Views: 6181

it solved, thanks nor7on.

:D
by Sh3ny
Wed Aug 13, 2008 1:25 pm
Forum: Script Requests
Topic: unban public command with security code.
Replies: 7
Views: 6181

some help? :cry:
by Sh3ny
Wed Aug 13, 2008 1:24 pm
Forum: Script Requests
Topic: AFK-Script
Replies: 11
Views: 7287

hi

i get this error.

Code: Select all

[15:58] Tcl error [afk_pubm]: couldn't compile regular expression pattern: quantifier operand invalid
:oops:

can paste de fix code?

:roll:
by Sh3ny
Mon Aug 11, 2008 11:45 am
Forum: Scripting Help
Topic: Help Shoutcast
Replies: 29
Views: 27662

hi

i have too the same problem.

Code: Select all

shoutcast: checking if stream is online 
Tcl error [isonline]: can't read "repl": no such variable

Code: Select all

Tcl error [advertise]: can't read "streamstatus": no such variable
by Sh3ny
Sat Aug 09, 2008 6:29 pm
Forum: Script Requests
Topic: unban public command with security code.
Replies: 7
Views: 6181

bind join - * check:ban bind msg - unban unban:nick proc check:ban {nick uhost hand chan} { global unbanc set banned 0 set hostmask [string tolower $nick!$uhost] foreach ban [banlist $chan] { set b [lindex $ban 0] if {[string match -nocase $b $hostmask]} { set banned 1 break } } if {$banned} { set ...
by Sh3ny
Fri Aug 08, 2008 5:05 pm
Forum: Script Requests
Topic: unban public command with security code.
Replies: 7
Views: 6181

someone can helpme? :cry:
by Sh3ny
Tue Aug 05, 2008 7:43 pm
Forum: Script Requests
Topic: unban public command with security code.
Replies: 7
Views: 6181

unban public command with security code.

Hi. can helpme pls, is a unban public msg unban command from internalbanlist. need a little source, if user1 is banned from #channel. * Eggdrupy set mode: +b *!*@francesca.clubeuropa.ro * un-tip` was kicked by Eggdrupy (if u want be unbanned pls: /msg Eggdrupy unban) so, when user1 put: /msg Eggdrup...