add lmgtfy plguin
This commit is contained in:
parent
fa558b25f7
commit
8fbfa63684
10
plugins/lmgtfy.php
Normal file
10
plugins/lmgtfy.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
PluginSet("Let me google that for you.");
|
||||
$msg = "Let me google that for you.";
|
||||
$msg .= "\n\nStep 1. Open the Google.com";
|
||||
$msg .= "\nStep 2. Type in your question";
|
||||
$msg .= "\nStep 3. Click the search button";
|
||||
$msg .= "\nWas that so hard?";
|
||||
$msg .= "\n\nhttps://www.google.com/search?q=".rawurlencode($plugin_text);
|
||||
//$msg .= "\n\nhttp://lmgtfy.com/?q=".rawurlencode($plugin_text);
|
||||
$BOT->msg($plugin_sendto, $msg);
|
Loading…
Reference in New Issue
Block a user