on admin:TEXT:.1day-ban*:#: {
i sugguest the command is (.1day-ban nickname)
if it is so! $nick is the one who typed the command and ($2)
is the one thet sould be punished
Code:
  
on admin:TEXT:.1day-ban*:#: {
 ban -ku86400 $chan $2 2  ¬ Banned for 1 day reguested by $nick ¬ 
}