If your using BRenBot open commands.xml in notepad
Find;
<command name="buildings">
<permission level="2"/>
<syntax value="!buildings"/>
<help value="Displays all buildings and their health"/>
<enabled value="1"/>
<group>irc_admin</group>
<module>gamelog</module>
<hideInHelp value="0"/>
</command>
<command name="vehicles">
<permission level="2"/>
<syntax value="!vehicles"/>
<help value="Displays all vehicles"/>
<enabled value="1"/>
<group>irc_admin</group>
<module>gamelog</module>
<alias>ve</alias>
<hideInHelp value="0"/>
</command>
Replace it with;
<command name="buildings">
<permission level="2"/>
<syntax value="!buildings"/>
<help value="Displays all buildings and their health"/>
<enabled value="1"/>
<group>irc_admin</group>
<group>irc_public</group>
<module>gamelog</module>
<hideInHelp value="0"/>
</command>
<command name="vehicles">
<permission level="2"/>
<syntax value="!vehicles"/>
<help value="Displays all vehicles"/>
<enabled value="1"/>
<group>irc_admin</group>
<group>irc_public</group>
<module>gamelog</module>
<alias>ve</alias>
<hideInHelp value="0"/>
</command>
(Or just add the two <group>irc_public</group> lines manually)
[Updated on: Tue, 17 March 2009 13:25]
Report message to a moderator