0 Members and 1 Guest are viewing this topic.
function Rolls (&$bot) { $this -> bot = &$bot; $this -> mode = "single"; //Sed default access control levels $this -> bot -> accesscontrol -> create('tell', 'loot', 'GUEST'); $this -> bot -> accesscontrol -> create('gc', 'loot', 'GUEST'); $this -> bot -> accesscontrol -> create('pgmsg', 'loot', 'GUEST'); $this -> help['description'] = "Plugin to make a loot roll."; $this -> help['command']['loot <item>'] = "Add item to the loot list."; $this -> help['command']['list'] = "Makes a list of items curently rold."; $this -> help['command']['clear'] = "Clear all items in the list."; $this -> help['command']['add <number>'] = "Add <number> to choose what you want to win."; $this -> help['command']['roll'] = "Roll all the items curently in the list."; $this -> help['notes'] = "No notes."; }
$this -> help['description'] = "Plugin to make a loot roll.";$this -> help['command']['loot'] = "Put a long explanation about the working and all the commands of this module here.";$this -> help['command']['list'] = $this -> help['command']['loot'];$this -> help['command']['clear'] = $this -> help['command']['loot'];$this -> help['command']['add'] = $this -> help['command']['loot'];$this -> help['command']['roll'] = $this -> help['command']['loot'];
and alreadythere won't what you posted just do the same description and they will still show just 1 command