View Single Post
  #17  
Old 03-14-2015, 02:34 PM
Twilightmist
Fire Beetle
 
Join Date: Feb 2015
Location: California
Posts: 11
Default

What is this bit for? I am migrating my lua to pl too.

sub EVENT_SAY {
if($text=~/internet/i) {
$client->SendWebLink("https://www.google.com");
}
}
Reply With Quote