Skip to content
General IRCX

Nicklist Problem

A TG007 community discussion started by morph3us.

Closed discussion 17 posts
Page 1 of 1
Closed
Topic #3775 · 17 published posts · 2,824 views

hey i got a problem with my nicklist im trying to determine the diffrence between staff and owners but staff keep comming up with gold hammers.

 

here is the code

alias nicklisticon {
 if (%away. [ $+ [ $1 ] ] == $1) return 4
 elseif (level($1) == ignore) return 6
 elseif (' isin $1) return 1
 elseif ($1 isowner $active) && (%admin. [ $+ [ $1 ] ] == $1) return 1
 elseif ($1 isowner $active) && (%admin. [ $+ [ $1 ] ] != $1) return 2
 elseif ($1 isop $active) return 3
 elseif (m isin $active($active(1)).mode) && ($1 isvoice $active(1)) return $+
 elseif (m isin $active($active(1)).mode) && ($1 !isvoice $active(1)) return 5  
 else return $+
}

 

the %admin var is set right cause i have

 

%admin.Admin_Jon

%admin.CUSA_Bot

%admin.Freedom_Bot

 

any ideas anyone ???

Edited Jun 12, 2005 12:45 PM by morph3us

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

alias nicklisticon {

if (%away. [ $+ [ $1 ] ] == $1) return 4

elseif (level($1) == ignore) return 6

elseif (' isin $1) return 1

elseif ($1 isowner $active) return 2

elseif ($1 isop $active) return 3

elseif (m isin $active($active(1)).mode) && ($1 isvoice $active(1)) return $+

elseif (m isin $active($active(1)).mode) && ($1 !isvoice $active(1)) return 5

else return $+

}

 

 

maybe

nah stupid me forgot one irc rule. "Using address's and $ials

doh

 

Guess ozzy's right "Im thick"

Edited Jun 12, 2005 1:44 PM by morph3us

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

, wasnt it a thick "t***" ? lol
Edited Jun 12, 2005 1:48 PM by Seph

no seph

 

but goes to you

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

ok i got another problem

im in a room and mode +m is on and i teh nicknames still have their profile icons

 

here is my code

 

alias nicklisticon {
 if (@CUSA.Server.1x isin $ial($1).addr) return 1
 elseif ($1 isowner $active) return 2
 elseif ($1 isop $active) return 3
 elseif ($level($1) == male) return 7
 elseif ($level($1) == female) return 8
 elseif ($level($1) == java) return 10
 elseif ($level($1) == undisclosed) return $+
 elseif (m isin $chan($chan(1)).mode) && ($1 isvoice $chan(1)) return $+
 elseif (m isin $chan($chan(1)).mode) && ($1 !isvoice $chan(1)) return 5
}

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

lmao and you say you made the nicklist

My code does NOT have bugs. It just develops random features.

lmao and you say you made the nicklist

I did sir Mr know it all.

Sorry im not as good as you..

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

I allready told you one bit wont work

 

ircxpro has +M and +m so isin wont work

it needs to be isincs <-- case sensitive

 

or it will show wrong when room is +M

 

but i guess i am wrong cause you said i am

 

and you need to look at these 2 lines

 

elseif (m isin $chan($chan(1)).mode) && ($1 isvoice $chan(1)) return $+
elseif (m isin $chan($chan(1)).mode) && ($1 !isvoice $chan(1)) return 5

Edited Jun 16, 2005 9:10 AM by OZZY_10â„¢

My code does NOT have bugs. It just develops random features.

I allready told you one bit wont work

 

ircxpro has +M and +m so isin wont work

it needs to be isincs <-- case sensitive

 

or it will show wrong when room is +M

 

but i guess i am wrong cause you said i am

 

and you need to look at these 2 lines

 

elseif (m isin $chan($chan(1)).mode) && ($1 isvoice $chan(1)) return $+
elseif (m isin $chan($chan(1)).mode) && ($1 !isvoice $chan(1)) return 5

that post was before i sne tya message and thanks for the tip i will look into it thanks for ya help even though u can be grumpy sometimes. cheers..

But im watching bigbrother atm

Edited Jun 16, 2005 9:34 AM by morph3us

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

argh its being an arse

ive tried

 elseif (m isincs $chan($2).mode)) && ($1 !isvoice $active($2)) return 5
and
 elseif (m isincs $chan($active).mode)) && ($1 !isvoice $chan($active)) return 5
end 
 elseif (m isincs $active($2).mode)) && ($1 !isvoice $active($2)) return 5
end 
 elseif (m isincs $active($active).mode)) && ($1 !isvoice $active($active)) return 5

 

i cant get it . I bet its something im missing

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

nevermind guys, i solved his issue in 1 min just by looking at his actual code in MSN.

thanks Gate ...

Ive really gotta stop thinking damn msn..

 

/me refuses to code for msn again

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

ya was easy to solve , but if ppl keep doing it all for him he wont learn anything

My code does NOT have bugs. It just develops random features.

yea i know, but he nearly had it there, just slightly off.

was slightly off needed abit of a push and there ya go ...

done

 

edit : and ozzy can u please stop slagging me out.. At one stage u where a beginner and im sure u dont like people slagging you out do ya ?? well thats my thoughts

Edited Jun 16, 2005 3:10 PM by morph3us

 

Operating System: Microsoft Windows 7 Ultimate 6.1.7600 (Ultimate)

CPU: AMD RX™ 8120 Eight Core, 3.10 GHz

Maximum Clock: 2200 MHz

RAM: DDR3 1333 16 gb Ram

Video Adapter: ATI Radeon HD 3200 Graphics (512 MB)

3D Accelerator: ATI Radeon HD 3200 (RS780)

Monitor: DELL ST2420 (Digital) [24 "LCD]

Monitor: HP 2159 Series Widle LCD monitor [23" LCD]

 

Your better off to have a friend than to be all alone.. If you fail, Your friend can help you up.

morph grow up

there is no where on this thread that you have been slaged off

get a grip

My code does NOT have bugs. It just develops random features.