document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. package myFirstChatBot
  2. {
  3. //---------------------------------------------------------
  4. //There are only a few parameters we need to focus on here
  5. //Which are %name and %msg
  6. //---------------------------------------------------------
  7.  
  8. function clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg)
  9. {
  10. parent::clientCmdChatMessage(%a,%b,%c,%fmsg,%cp,%name,%cs,%msg);
  11. }
  12. };
  13. activatePackage(myFirstChatBot);
');