Jump to content

!pm


JB_frozen

Recommended Posts

here is a script to PM users from IRC to Ingame :D

  
on *:TEXT:*:#:{ 
  if ($1 == !pm) { 
    if ($2 == $null) { 
      .notice $nick $2- isnt ingame or its not a full name please state a full name 
    } 
    else { 
      mta.pm 1 $$2 $nick $+ @ IRC: $3- 
      msg $chan Pm sent! 
    } 
  } 
} 
  

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...