Skip to content
MSN

remove level

A TG007 community discussion started by MrGuest.

Discussion 5 posts
Page 1 of 1
Open
Topic #2210 · 5 published posts · 879 views

on admin:TEXT:@lamo*:#: /auser lamo $address($2,1) | /access # ADD DENY $address 10 | kick # $2 has been added to lamo list

 

on admin:TEXT:@rlamo*:#: /ruser lamo $address($2,1) | /msg $chan $2 has been removed from lamo list

 

why /ruser lamo $address($2,1) can't work ? what somrthing worng ???

Edited Dec 14, 2004 6:24 PM by MrGuest

Try using just $2, rather than $$2

 

Try using just $2, rather than $$2

All $2 rather than $$2 ? or just change /ruser lamo $address($$2,1) ?!

thx !

 

on admin:TEXT:@lamo*:#: { write pop.txt $address($$1,1) }

 

how about this $$1 ? or $2,1 ?

 

Thx!

Edited Dec 15, 2004 3:50 PM by MrGuest
Try using just $2, rather than $$2

rather than $$2, maybe can't work !

it could be because mirc hasnt stored the address,

just make sure your script does /who when you join the room

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