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

by MrDeNNiS
Mon Feb 06, 2012 10:05 am
Forum: Script Requests
Topic: Check User is protect and is owner (+a & +q)
Replies: 4
Views: 5142

Check User is protect and is owner (+a & +q)

Hello, I have simple code like this. bind pub - !op op:proc proc op:proc {nick uhost hand chan arg} { if {[isop $nick $chan]} { #my code goes here, it works problem is not here. } } The problem is that if the user have a "op" (+o) , works great. But if the user have a "protect" (...
by MrDeNNiS
Sun Jan 22, 2012 7:25 am
Forum: Script Requests
Topic: Getall nicknames in channel
Replies: 20
Views: 14476

Hello,

I'm getting this error, please help.

Code: Select all

[12:25:19] Tcl error [chan:list]: can't read "::crelay::me(chan)": no such variable
by MrDeNNiS
Sat Jan 07, 2012 9:58 am
Forum: Script Requests
Topic: Getall nicknames in channel
Replies: 20
Views: 14476

Getall nicknames in channel

Hello, I was using mirc and this code was working perfectly. on me:*:join:#:{ set %activate $true who # } on $*:text:.call*:#:{ if !$(,$+(%,t,.,#)) { inc -u3 $+(%,t,.,#) .msg # $getall } msg $chan >>>>> 0,4$2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 } raw *:*:{ if %activate { if $numeric = 352 { hadd -m...