Advertisement
benjamingwynn_xda

Untitled

Jun 24th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. $irc->function_trigger("exampleinputtext", "notimportant");
  3. function notimportant($arg, $obj){
  4.     $obj->say($obj->channel, "Output text.");
  5. }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement