add LICENSE and add punycode plugin

This commit is contained in:
Denny Dai
2015-07-16 12:55:58 +08:00
parent 4f35e9b491
commit 45944e2b96
4 changed files with 181 additions and 3 deletions
+1 -2
View File
@@ -21,5 +21,4 @@ class Base
{
return $this->exec('sendMessage', array('chat_id' => $id, 'text' => $msg, 'disable_web_page_preview' => 1));
}
}
}