Skip to content
MSN

I really need these CODES !! (URGENT!!)

A TG007 community discussion started by oosho.

Discussion 4 posts
Page 1 of 1
Open
Topic #6554 · 4 published posts · 772 views

heyy

i need the code that enables me to clear ban for person that was kicked and banned, i know seems impossible but i swear i have seen it before, the owner typed

`cb som1

-bans cleared for som1

and another one that could clear ban for the last person who was kicked like

`cb L (L for last)

-bans cleared for (last one who was kicked)

 

another code that i need that enables me to welcome a certain person when he joins the room

heyy

i need the code that enables me to clear ban for person that was kicked and banned, i know seems impossible but i swear i have seen it before, the owner typed

`cb som1

-bans cleared for som1

and another one that could clear ban for the last person who was kicked like

`cb L (L for last)

-bans cleared for (last one who was kicked)

 

another code that i need that enables me to welcome a certain person when he joins the room

on *:kick:{
 set %last.ban $address($knick) $knick

}
on <your level>:text:`cb L:#:{
 /access $chan delete deny %last.ban
}

that should delete the last banned person from ban list

Edited May 14, 2006 1:28 PM by shanespen

on *:kick:{
 set %last.ban $address($nick) $nick

}
on <your level>:text:`cb L:#:{
 /access $chan delete deny %last.ban
}

that should delete the last banned person from ban list

 

sorry shanespen not working :notworking:

it says: * Couldn't do the command, unknown access entry ^o)

The variables arent set ...

on *:kick:#:{ 
set %lkn $knick
set %lka $address($knick,1)  }
on :list:TEXT:`lk*:#:{ access # delete deny %lk | msg # Deny deleted: %lk }
on :list:TEXT:`cd*:#:{ access # clear deny | msg # Denies cleared .. }

Edited May 5, 2006 8:40 PM by X-Fusion